#618508

Color #618508 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #618508

Tints of Olive Drab #618508

Color information

#618508 (or 0x618508) is unknown color: approx Olive Drab. HEX triplet: 61, 85 and 08. RGB value is (97,133,8). Sum of RGB (Red+Green+Blue) = 97+133+8=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #618508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618508 is #9E7AF7. Grayscale: #6C6C6C. Windows color (decimal): -10386168 or 558433. OLE color: 558433.

HSL color Cylindrical-coordinate representation of color #618508: hue angle of 77.28º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #618508 is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB971338-
CMYK0.2700.940.48
HSL77.28º88.65%27.65%-
HSV(B)77.28º93.98%52.16%-
XYZ13.3619.333.26-
YUV107.9971.57120.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 40.76%
GREEN value IS 133 (52.34% from 255) = 55.88%
BLUE value IS 8 (3.52% from 255) = 3.36%
R=40.76%
G=55.88%
B=3.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9713380.2700.940.4877.2888.6527.65
Hex618581B05E304d591c
Octal141205103301366011513134
Binary110000110000101100011011010111101100001001101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618508; }

 p { color: rgb(97,133,8); }

 H1.HeaderClassName
 {
   color: #618508;
 }
 .AnyTagClassName
 {
   color: #618508;
 }
</style>
background-color css

<style>
 a { background-color: #618508; }

 a { background-color: rgb(97,133,8); }

 div.DivClassName
 {
   background-color: #618508;
 }
 .BgClassName
 {
   background-color: #618508;
 }
</style>
border-color css

<style>
 span { border-color: #618508; }

 span { border-color: rgb(97,133,8); }

 td.TdClassName
 {
   border-color: #618508;
 }
 .TagClassName
 {
   border-color: #618508;
 }
</style>