Html Css Color HEX #669606 Olive Drab

📋 copy color: '#669606'

red 102 ◦ green 150 ◦ blue 6

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

Shades of Olive Drab #669606

Tints of Olive Drab #669606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.33%

R = 39.53%
G = 58.14%
B = 2.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#669606 (or 0x669606) is known color: Olive Drab. HEX triplet: 66, 96 and 06. RGB value is (102,150,6). Sum of RGB (Red+Green+Blue) = 102+150+6=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 150 (58.98% from 255 or 58.14% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 150 - color contains mainly: green. Hex color #669606 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669606 is #9969F9. Grayscale: #777777. Windows color (decimal): -10054138 or 431718. OLE color: 431718.

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

Color convert

RGB 102 150 6 -
CMYK 0.32 0 0.96 0.41
HSL 80º 0.92% 0.31% -
HSV(B) 80º 0.96% 0.59% -
XYZ 16.42 24.65 4.06 -
YUV 119.23 64.1 115.71 -
System Red Green Blue C M Y K H S L
Decimal 102 150 6 0.32 0 0.96 0.41 80 0.92 0.31
Hex 66 96 6 20 0 60 29 50 5C 1F
Octal 146 226 6 40 0 140 51 120 134 37
Binary 1100110 10010110 110 100000 0 1100000 101001 1010000 1011100 11111

Color Harmonies of #669606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669606

Black with #669606

Text Example


Text Example

White with #669606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669606; }

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

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

background-color css

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

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

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

border-color css

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

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

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