Html Css Color HEX #669709 Olive Drab

📋 copy color: '#669709'

red 102 ◦ green 151 ◦ blue 9

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

Shades of Olive Drab #669709

Tints of Olive Drab #669709

RGB

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

 GREEN value IS 151 (59.38% from 255) = 57.63%

 BLUE value IS 9 (3.91% from 255) = 3.44%

R = 38.93%
G = 57.63%
B = 3.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#669709 (or 0x669709) is known color: Olive Drab. HEX triplet: 66, 97 and 09. RGB value is (102,151,9). Sum of RGB (Red+Green+Blue) = 102+151+9=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 151 (59.38% from 255 or 57.63% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 151 - color contains mainly: green. Hex color #669709 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669709 is #9968F6. Grayscale: #787878. Windows color (decimal): -10053879 or 628582. OLE color: 628582.

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

Color convert

RGB 102 151 9 -
CMYK 0.32 0 0.94 0.41
HSL 80.7º 0.89% 0.31% -
HSV(B) 80.7º 0.94% 0.59% -
XYZ 16.6 24.98 4.2 -
YUV 120.16 65.27 115.05 -
System Red Green Blue C M Y K H S L
Decimal 102 151 9 0.32 0 0.94 0.41 80.7 0.89 0.31
Hex 66 97 9 20 0 5E 29 51 59 1F
Octal 146 227 11 40 0 136 51 121 131 37
Binary 1100110 10010111 1001 100000 0 1011110 101001 1010001 1011001 11111

Color Harmonies of #669709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669709

Black with #669709

Text Example


Text Example

White with #669709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669709; }

 p { color: rgb(102,151,9); }

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

background-color css

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

 a { background-color: rgb(102,151,9); }

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

border-color css

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

 span { border-color: rgb(102,151,9); }

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