Html Css Color HEX #669015 Olive Drab

📋 copy color: '#669015'

red 102 ◦ green 144 ◦ blue 21

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

Shades of Olive Drab #669015

Tints of Olive Drab #669015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.93%

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 38.2%
G = 53.93%
B = 7.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#669015 (or 0x669015) is known color: Olive Drab. HEX triplet: 66, 90 and 15. RGB value is (102,144,21). Sum of RGB (Red+Green+Blue) = 102+144+21=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 144 (56.64% from 255 or 53.93% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 144 - color contains mainly: green. Hex color #669015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669015 is #996FEA. Grayscale: #757575. Windows color (decimal): -10055659 or 1413222. OLE color: 1413222.

HSL color Cylindrical-coordinate representation of color #669015: hue angle of 80.49º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #669015 is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 144 21 -
CMYK 0.29 0 0.85 0.44
HSL 80.49º 0.75% 0.32% -
HSV(B) 80.49º 0.85% 0.56% -
XYZ 15.59 22.83 4.29 -
YUV 117.42 73.59 117 -
System Red Green Blue C M Y K H S L
Decimal 102 144 21 0.29 0 0.85 0.44 80.49 0.75 0.32
Hex 66 90 15 1D 0 55 2C 50 4B 20
Octal 146 220 25 35 0 125 54 120 113 40
Binary 1100110 10010000 10101 11101 0 1010101 101100 1010000 1001011 100000

Color Harmonies of #669015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669015

Black with #669015

Text Example


Text Example

White with #669015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669015; }

 p { color: rgb(102,144,21); }

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

background-color css

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

 a { background-color: rgb(102,144,21); }

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

border-color css

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

 span { border-color: rgb(102,144,21); }

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