Html Css Color HEX #669513 Olive Drab

📋 copy color: '#669513'

red 102 ◦ green 149 ◦ blue 19

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

Shades of Olive Drab #669513

Tints of Olive Drab #669513

RGB

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

 GREEN value IS 149 (58.59% from 255) = 55.19%

 BLUE value IS 19 (7.81% from 255) = 7.04%

R = 37.78%
G = 55.19%
B = 7.04%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#669513 (or 0x669513) is known color: Olive Drab. HEX triplet: 66, 95 and 13. RGB value is (102,149,19). Sum of RGB (Red+Green+Blue) = 102+149+19=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #669513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669513 is #996AEC. Grayscale: #787878. Windows color (decimal): -10054381 or 1283430. OLE color: 1283430.

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

Color convert

RGB 102 149 19 -
CMYK 0.32 0 0.87 0.42
HSL 81.69º 0.77% 0.33% -
HSV(B) 81.69º 0.87% 0.58% -
XYZ 16.34 24.37 4.46 -
YUV 120.13 70.93 115.07 -
System Red Green Blue C M Y K H S L
Decimal 102 149 19 0.32 0 0.87 0.42 81.69 0.77 0.33
Hex 66 95 13 20 0 57 2A 52 4D 21
Octal 146 225 23 40 0 127 52 122 115 41
Binary 1100110 10010101 10011 100000 0 1010111 101010 1010010 1001101 100001

Color Harmonies of #669513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669513

Black with #669513

Text Example


Text Example

White with #669513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669513; }

 p { color: rgb(102,149,19); }

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

background-color css

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

 a { background-color: rgb(102,149,19); }

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

border-color css

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

 span { border-color: rgb(102,149,19); }

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