#668414

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

Shades of Olive Drab #668414

Tints of Olive Drab #668414

Color information

#668414 (or 0x668414) is unknown color: approx Olive Drab. HEX triplet: 66, 84 and 14. RGB value is (102,132,20). Sum of RGB (Red+Green+Blue) = 102+132+20=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 132 (51.95% from 255 or 51.97% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 132 - color contains mainly: green. Hex color #668414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668414 is #997BEB. Grayscale: #6E6E6E. Windows color (decimal): -10058732 or 1344614. OLE color: 1344614.

HSL color Cylindrical-coordinate representation of color #668414: hue angle of 76.07º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #668414 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB10213220-
CMYK0.2300.850.48
HSL76.07º73.68%29.8%-
HSV(B)76.07º84.85%51.76%-
XYZ13.8619.383.67-
YUV110.2677.06122.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.16%
GREEN value IS 132 (51.95% from 255) = 51.97%
BLUE value IS 20 (8.20% from 255) = 7.87%
R=40.16%
G=51.97%
B=7.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102132200.2300.850.4876.0773.6829.8
Hex66841417055304c4a1e
Octal146204242701256011411236
Binary1100110100001001010010111010101011100001001100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668414; }

 p { color: rgb(102,132,20); }

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

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

 a { background-color: rgb(102,132,20); }

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

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

 span { border-color: rgb(102,132,20); }

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