Html Css Color HEX #669A14 Olive Drab

📋 copy color: '#669A14'

red 102 ◦ green 154 ◦ blue 20

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

Shades of Olive Drab #669A14

Tints of Olive Drab #669A14

RGB

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

 GREEN value IS 154 (60.55% from 255) = 55.8%

 BLUE value IS 20 (8.2% from 255) = 7.25%

R = 36.96%
G = 55.8%
B = 7.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#669A14 (or 0x669A14) is known color: Olive Drab. HEX triplet: 66, 9A and 14. RGB value is (102,154,20). Sum of RGB (Red+Green+Blue) = 102+154+20=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 154 (60.55% from 255 or 55.80% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 154 - color contains mainly: green. Hex color #669A14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669A14 is #9965EB. Grayscale: #7B7B7B. Windows color (decimal): -10053100 or 1350246. OLE color: 1350246.

HSL color Cylindrical-coordinate representation of color #669A14: hue angle of 83.28º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #669A14 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 154 20 -
CMYK 0.34 0 0.87 0.40
HSL 83.28º 0.77% 0.34% -
HSV(B) 83.28º 0.87% 0.6% -
XYZ 17.16 25.99 4.77 -
YUV 123.18 69.77 112.9 -
System Red Green Blue C M Y K H S L
Decimal 102 154 20 0.34 0 0.87 0.40 83.28 0.77 0.34
Hex 66 9A 14 22 0 57 28 53 4D 22
Octal 146 232 24 42 0 127 50 123 115 42
Binary 1100110 10011010 10100 100010 0 1010111 101000 1010011 1001101 100010

Color Harmonies of #669A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669A14

Black with #669A14

Text Example


Text Example

White with #669A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669A14; }

 p { color: rgb(102,154,20); }

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

background-color css

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

 a { background-color: rgb(102,154,20); }

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

border-color css

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

 span { border-color: rgb(102,154,20); }

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