Html Css Color HEX #669615 Olive Drab

📋 copy color: '#669615'

red 102 ◦ green 150 ◦ blue 21

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

Shades of Olive Drab #669615

Tints of Olive Drab #669615

RGB

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

 GREEN value IS 150 (58.98% from 255) = 54.95%

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

R = 37.36%
G = 54.95%
B = 7.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#669615 (or 0x669615) is known color: Olive Drab. HEX triplet: 66, 96 and 15. RGB value is (102,150,21). Sum of RGB (Red+Green+Blue) = 102+150+21=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #669615 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669615 is #9969EA. Grayscale: #797979. Windows color (decimal): -10054123 or 1414758. OLE color: 1414758.

HSL color Cylindrical-coordinate representation of color #669615: hue angle of 82.33º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #669615 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 150 21 -
CMYK 0.32 0 0.86 0.41
HSL 82.33º 0.75% 0.34% -
HSV(B) 82.33º 0.86% 0.59% -
XYZ 16.52 24.69 4.6 -
YUV 120.94 71.6 114.49 -
System Red Green Blue C M Y K H S L
Decimal 102 150 21 0.32 0 0.86 0.41 82.33 0.75 0.34
Hex 66 96 15 20 0 56 29 52 4B 22
Octal 146 226 25 40 0 126 51 122 113 42
Binary 1100110 10010110 10101 100000 0 1010110 101001 1010010 1001011 100010

Color Harmonies of #669615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669615

Black with #669615

Text Example


Text Example

White with #669615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669615; }

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

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

background-color css

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

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

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

border-color css

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

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

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