Html Css Color HEX #669414 Olive Drab

📋 copy color: '#669414'

red 102 ◦ green 148 ◦ blue 20

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

Shades of Olive Drab #669414

Tints of Olive Drab #669414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.81%

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

R = 37.78%
G = 54.81%
B = 7.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#669414 (or 0x669414) is known color: Olive Drab. HEX triplet: 66, 94 and 14. RGB value is (102,148,20). Sum of RGB (Red+Green+Blue) = 102+148+20=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #669414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669414 is #996BEB. Grayscale: #787878. Windows color (decimal): -10054636 or 1348710. OLE color: 1348710.

HSL color Cylindrical-coordinate representation of color #669414: hue angle of 81.56º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #669414 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 148 20 -
CMYK 0.31 0 0.86 0.42
HSL 81.56º 0.76% 0.33% -
HSV(B) 81.56º 0.86% 0.58% -
XYZ 16.2 24.06 4.45 -
YUV 119.65 71.76 115.41 -
System Red Green Blue C M Y K H S L
Decimal 102 148 20 0.31 0 0.86 0.42 81.56 0.76 0.33
Hex 66 94 14 1F 0 56 2A 52 4C 21
Octal 146 224 24 37 0 126 52 122 114 41
Binary 1100110 10010100 10100 11111 0 1010110 101010 1010010 1001100 100001

Color Harmonies of #669414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669414

Black with #669414

Text Example


Text Example

White with #669414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669414; }

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

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

background-color css

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

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

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

border-color css

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

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

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