Html Css Color HEX #659015 Olive Drab

📋 copy color: '#659015'

red 101 ◦ green 144 ◦ blue 21

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

Shades of Olive Drab #659015

Tints of Olive Drab #659015

RGB

 RED value IS 101 (39.84% from 255) = 37.97%

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

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

R = 37.97%
G = 54.14%
B = 7.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#659015 (or 0x659015) is known color: Olive Drab. HEX triplet: 65, 90 and 15. RGB value is (101,144,21). Sum of RGB (Red+Green+Blue) = 101+144+21=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #659015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659015 is #9A6FEA. Grayscale: #757575. Windows color (decimal): -10121195 or 1413221. OLE color: 1413221.

HSL color Cylindrical-coordinate representation of color #659015: hue angle of 80.98º 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 #659015 is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 144 21 -
CMYK 0.30 0 0.85 0.44
HSL 80.98º 0.75% 0.32% -
HSV(B) 80.98º 0.85% 0.56% -
XYZ 15.48 22.77 4.29 -
YUV 117.12 73.75 116.5 -
System Red Green Blue C M Y K H S L
Decimal 101 144 21 0.30 0 0.85 0.44 80.98 0.75 0.32
Hex 65 90 15 1E 0 55 2C 51 4B 20
Octal 145 220 25 36 0 125 54 121 113 40
Binary 1100101 10010000 10101 11110 0 1010101 101100 1010001 1001011 100000

Color Harmonies of #659015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659015

Black with #659015

Text Example


Text Example

White with #659015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659015; }

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

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

background-color css

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

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

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

border-color css

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

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

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