#668608

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

Shades of Olive Drab #668608

Tints of Olive Drab #668608

Color information

#668608 (or 0x668608) is unknown color: approx Olive Drab. HEX triplet: 66, 86 and 08. RGB value is (102,134,8). Sum of RGB (Red+Green+Blue) = 102+134+8=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #668608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668608 is #9979F7. Grayscale: #6E6E6E. Windows color (decimal): -10058232 or 558694. OLE color: 558694.

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

Color convert

RGB1021348-
CMYK0.2400.940.47
HSL75.24º88.73%27.84%-
HSV(B)75.24º94.03%52.55%-
XYZ14.0519.893.33-
YUV110.0770.4122.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.80%
GREEN value IS 134 (52.73% from 255) = 54.92%
BLUE value IS 8 (3.52% from 255) = 3.28%
R=41.80%
G=54.92%
B=3.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10213480.2400.940.4775.2488.7327.84
Hex668681805E2F4b591c
Octal146206103001365711313134
Binary110011010000110100011000010111101011111001011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668608; }

 p { color: rgb(102,134,8); }

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

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

 a { background-color: rgb(102,134,8); }

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

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

 span { border-color: rgb(102,134,8); }

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