#608908

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

Shades of Olive Drab #608908

Tints of Olive Drab #608908

Color information

#608908 (or 0x608908) is unknown color: approx Olive Drab. HEX triplet: 60, 89 and 08. RGB value is (96,137,8). Sum of RGB (Red+Green+Blue) = 96+137+8=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 137 (53.91% from 255 or 56.85% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 137 - color contains mainly: green. Hex color #608908 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608908 is #9F76F7. Grayscale: #6E6E6E. Windows color (decimal): -10450680 or 559456. OLE color: 559456.

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

Color convert

RGB961378-
CMYK0.3000.940.46
HSL79.07º88.97%28.43%-
HSV(B)79.07º94.16%53.73%-
XYZ13.8120.43.44-
YUV110.0470.42117.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.83%
GREEN value IS 137 (53.91% from 255) = 56.85%
BLUE value IS 8 (3.52% from 255) = 3.32%
R=39.83%
G=56.85%
B=3.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9613780.3000.940.4679.0788.9728.43
Hex608981E05E2E4f591c
Octal140211103601365611713134
Binary110000010001001100011110010111101011101001111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608908; }

 p { color: rgb(96,137,8); }

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

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

 a { background-color: rgb(96,137,8); }

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

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

 span { border-color: rgb(96,137,8); }

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