Html Css Color HEX #668405 Olive Drab

📋 copy color: '#668405'

red 102 ◦ green 132 ◦ blue 5

#668405
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #668405

Tints of Olive Drab #668405

RGB

 RED value IS 102 (40.23% from 255) = 42.68%

 GREEN value IS 132 (51.95% from 255) = 55.23%

 BLUE value IS 5 (2.34% from 255) = 2.09%

R = 42.68%
G = 55.23%
B = 2.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#668405 (or 0x668405) is known color: Olive Drab. HEX triplet: 66, 84 and 05. RGB value is (102,132,5). Sum of RGB (Red+Green+Blue) = 102+132+5=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 132 (51.95% from 255 or 55.23% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 132 - color contains mainly: green. Hex color #668405 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668405 is #997BFA. Grayscale: #6D6D6D. Windows color (decimal): -10058747 or 361574. OLE color: 361574.

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

Color convert

RGB 102 132 5 -
CMYK 0.23 0 0.96 0.48
HSL 74.17º 0.93% 0.27% -
HSV(B) 74.17º 0.96% 0.52% -
XYZ 13.76 19.34 3.15 -
YUV 108.55 69.56 123.33 -
System Red Green Blue C M Y K H S L
Decimal 102 132 5 0.23 0 0.96 0.48 74.17 0.93 0.27
Hex 66 84 5 17 0 60 30 4A 5D 1B
Octal 146 204 5 27 0 140 60 112 135 33
Binary 1100110 10000100 101 10111 0 1100000 110000 1001010 1011101 11011

Color Harmonies of #668405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668405

Black with #668405

Text Example


Text Example

White with #668405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668405; }

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

 H1.HeaderClassName
 {
   color: #668405;
 }
 .AnyTagClassName
 {
   color: #668405;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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