Html Css Color HEX #669605 Olive Drab

📋 copy color: '#669605'

red 102 ◦ green 150 ◦ blue 5

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

Shades of Olive Drab #669605

Tints of Olive Drab #669605

RGB

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

 GREEN value IS 150 (58.98% from 255) = 58.37%

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

R = 39.69%
G = 58.37%
B = 1.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#669605 (or 0x669605) is known color: Olive Drab. HEX triplet: 66, 96 and 05. RGB value is (102,150,5). Sum of RGB (Red+Green+Blue) = 102+150+5=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 150 (58.98% from 255 or 58.37% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 150 - color contains mainly: green. Hex color #669605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669605 is #9969FA. Grayscale: #777777. Windows color (decimal): -10054139 or 366182. OLE color: 366182.

HSL color Cylindrical-coordinate representation of color #669605: hue angle of 79.86º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #669605 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 150 5 -
CMYK 0.32 0 0.97 0.41
HSL 79.86º 0.94% 0.3% -
HSV(B) 79.86º 0.97% 0.59% -
XYZ 16.41 24.65 4.04 -
YUV 119.12 63.6 115.79 -
System Red Green Blue C M Y K H S L
Decimal 102 150 5 0.32 0 0.97 0.41 79.86 0.94 0.3
Hex 66 96 5 20 0 61 29 50 5E 1E
Octal 146 226 5 40 0 141 51 120 136 36
Binary 1100110 10010110 101 100000 0 1100001 101001 1010000 1011110 11110

Color Harmonies of #669605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669605

Black with #669605

Text Example


Text Example

White with #669605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669605; }

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

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

background-color css

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

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

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

border-color css

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

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

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