Html Css Color HEX #668805 Olive Drab

📋 copy color: '#668805'

red 102 ◦ green 136 ◦ blue 5

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

Shades of Olive Drab #668805

Tints of Olive Drab #668805

RGB

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

 GREEN value IS 136 (53.52% from 255) = 55.97%

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

R = 41.98%
G = 55.97%
B = 2.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#668805 (or 0x668805) is known color: Olive Drab. HEX triplet: 66, 88 and 05. RGB value is (102,136,5). Sum of RGB (Red+Green+Blue) = 102+136+5=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 136 (53.52% from 255 or 55.97% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 136 - color contains mainly: green. Hex color #668805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668805 is #9977FA. Grayscale: #6F6F6F. Windows color (decimal): -10057723 or 362598. OLE color: 362598.

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

Color convert

RGB 102 136 5 -
CMYK 0.25 0 0.96 0.47
HSL 75.57º 0.93% 0.28% -
HSV(B) 75.57º 0.96% 0.53% -
XYZ 14.31 20.44 3.34 -
YUV 110.9 68.24 121.65 -
System Red Green Blue C M Y K H S L
Decimal 102 136 5 0.25 0 0.96 0.47 75.57 0.93 0.28
Hex 66 88 5 19 0 60 2F 4C 5D 1C
Octal 146 210 5 31 0 140 57 114 135 34
Binary 1100110 10001000 101 11001 0 1100000 101111 1001100 1011101 11100

Color Harmonies of #668805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668805

Black with #668805

Text Example


Text Example

White with #668805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668805; }

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

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

background-color css

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

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

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

border-color css

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

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

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