Html Css Color HEX #659610 Olive Drab

📋 copy color: '#659610'

red 101 ◦ green 150 ◦ blue 16

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

Shades of Olive Drab #659610

Tints of Olive Drab #659610

RGB

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

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

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

R = 37.83%
G = 56.18%
B = 5.99%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#659610 (or 0x659610) is known color: Olive Drab. HEX triplet: 65, 96 and 10. RGB value is (101,150,16). Sum of RGB (Red+Green+Blue) = 101+150+16=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 150 (58.98% from 255 or 56.18% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 150 - color contains mainly: green. Hex color #659610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659610 is #9A69EF. Grayscale: #787878. Windows color (decimal): -10119664 or 1087077. OLE color: 1087077.

HSL color Cylindrical-coordinate representation of color #659610: hue angle of 81.94º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #659610 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 150 16 -
CMYK 0.33 0 0.89 0.41
HSL 81.94º 0.81% 0.33% -
HSV(B) 81.94º 0.89% 0.59% -
XYZ 16.37 24.62 4.38 -
YUV 120.07 69.27 114.4 -
System Red Green Blue C M Y K H S L
Decimal 101 150 16 0.33 0 0.89 0.41 81.94 0.81 0.33
Hex 65 96 10 21 0 59 29 52 51 21
Octal 145 226 20 41 0 131 51 122 121 41
Binary 1100101 10010110 10000 100001 0 1011001 101001 1010010 1010001 100001

Color Harmonies of #659610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659610

Black with #659610

Text Example


Text Example

White with #659610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659610; }

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

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

background-color css

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

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

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

border-color css

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

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

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