Html Css Color HEX #669314 Olive Drab

📋 copy color: '#669314'

red 102 ◦ green 147 ◦ blue 20

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

Shades of Olive Drab #669314

Tints of Olive Drab #669314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 54.65%

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

R = 37.92%
G = 54.65%
B = 7.43%

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

#669314 (or 0x669314) is known color: Olive Drab. HEX triplet: 66, 93 and 14. RGB value is (102,147,20). Sum of RGB (Red+Green+Blue) = 102+147+20=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #669314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669314 is #996CEB. Grayscale: #777777. Windows color (decimal): -10054892 or 1348454. OLE color: 1348454.

HSL color Cylindrical-coordinate representation of color #669314: hue angle of 81.26º 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 #669314 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 147 20 -
CMYK 0.31 0 0.86 0.42
HSL 81.26º 0.76% 0.33% -
HSV(B) 81.26º 0.86% 0.58% -
XYZ 16.04 23.74 4.4 -
YUV 119.07 72.09 115.83 -
System Red Green Blue C M Y K H S L
Decimal 102 147 20 0.31 0 0.86 0.42 81.26 0.76 0.33
Hex 66 93 14 1F 0 56 2A 51 4C 21
Octal 146 223 24 37 0 126 52 121 114 41
Binary 1100110 10010011 10100 11111 0 1010110 101010 1010001 1001100 100001

Color Harmonies of #669314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669314

Black with #669314

Text Example


Text Example

White with #669314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669314; }

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

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

background-color css

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

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

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

border-color css

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

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

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