Html Css Color HEX #659310 Olive Drab

📋 copy color: '#659310'

red 101 ◦ green 147 ◦ blue 16

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

Shades of Olive Drab #659310

Tints of Olive Drab #659310

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.68%

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

R = 38.26%
G = 55.68%
B = 6.06%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#659310 (or 0x659310) is known color: Olive Drab. HEX triplet: 65, 93 and 10. RGB value is (101,147,16). Sum of RGB (Red+Green+Blue) = 101+147+16=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 147 (57.81% from 255 or 55.68% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 147 - color contains mainly: green. Hex color #659310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659310 is #9A6CEF. Grayscale: #767676. Windows color (decimal): -10120432 or 1086309. OLE color: 1086309.

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

Color convert

RGB 101 147 16 -
CMYK 0.31 0 0.89 0.42
HSL 81.07º 0.8% 0.32% -
HSV(B) 81.07º 0.89% 0.58% -
XYZ 15.89 23.67 4.22 -
YUV 118.31 70.26 115.65 -
System Red Green Blue C M Y K H S L
Decimal 101 147 16 0.31 0 0.89 0.42 81.07 0.8 0.32
Hex 65 93 10 1F 0 59 2A 51 50 20
Octal 145 223 20 37 0 131 52 121 120 40
Binary 1100101 10010011 10000 11111 0 1011001 101010 1010001 1010000 100000

Color Harmonies of #659310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659310

Black with #659310

Text Example


Text Example

White with #659310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659310; }

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

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

background-color css

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

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

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

border-color css

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

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

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