Html Css Color HEX #659010 Olive Drab

📋 copy color: '#659010'

red 101 ◦ green 144 ◦ blue 16

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

Shades of Olive Drab #659010

Tints of Olive Drab #659010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.13%

R = 38.7%
G = 55.17%
B = 6.13%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#659010 (or 0x659010) is known color: Olive Drab. HEX triplet: 65, 90 and 10. RGB value is (101,144,16). Sum of RGB (Red+Green+Blue) = 101+144+16=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 144 (56.64% from 255 or 55.17% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 144 - color contains mainly: green. Hex color #659010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659010 is #9A6FEF. Grayscale: #757575. Windows color (decimal): -10121200 or 1085541. OLE color: 1085541.

HSL color Cylindrical-coordinate representation of color #659010: hue angle of 80.16º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #659010 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 144 16 -
CMYK 0.30 0 0.89 0.44
HSL 80.16º 0.8% 0.31% -
HSV(B) 80.16º 0.89% 0.56% -
XYZ 15.43 22.75 4.07 -
YUV 116.55 71.25 116.91 -
System Red Green Blue C M Y K H S L
Decimal 101 144 16 0.30 0 0.89 0.44 80.16 0.8 0.31
Hex 65 90 10 1E 0 59 2C 50 50 1F
Octal 145 220 20 36 0 131 54 120 120 37
Binary 1100101 10010000 10000 11110 0 1011001 101100 1010000 1010000 11111

Color Harmonies of #659010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659010

Black with #659010

Text Example


Text Example

White with #659010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659010; }

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

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

background-color css

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

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

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

border-color css

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

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

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