Html Css Color HEX #659210 Olive Drab

📋 copy color: '#659210'

red 101 ◦ green 146 ◦ blue 16

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

Shades of Olive Drab #659210

Tints of Olive Drab #659210

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.51%

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

R = 38.4%
G = 55.51%
B = 6.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#659210 (or 0x659210) is known color: Olive Drab. HEX triplet: 65, 92 and 10. RGB value is (101,146,16). Sum of RGB (Red+Green+Blue) = 101+146+16=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #659210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659210 is #9A6DEF. Grayscale: #767676. Windows color (decimal): -10120688 or 1086053. OLE color: 1086053.

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

Color convert

RGB 101 146 16 -
CMYK 0.31 0 0.89 0.43
HSL 80.77º 0.8% 0.32% -
HSV(B) 80.77º 0.89% 0.57% -
XYZ 15.74 23.36 4.17 -
YUV 117.73 70.59 116.07 -
System Red Green Blue C M Y K H S L
Decimal 101 146 16 0.31 0 0.89 0.43 80.77 0.8 0.32
Hex 65 92 10 1F 0 59 2B 51 50 20
Octal 145 222 20 37 0 131 53 121 120 40
Binary 1100101 10010010 10000 11111 0 1011001 101011 1010001 1010000 100000

Color Harmonies of #659210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659210

Black with #659210

Text Example


Text Example

White with #659210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659210; }

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

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

background-color css

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

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

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

border-color css

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

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

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