Html Css Color HEX #659316 Olive Drab

📋 copy color: '#659316'

red 101 ◦ green 147 ◦ blue 22

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

Shades of Olive Drab #659316

Tints of Olive Drab #659316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.15%

R = 37.41%
G = 54.44%
B = 8.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#659316 (or 0x659316) is known color: Olive Drab. HEX triplet: 65, 93 and 16. RGB value is (101,147,22). Sum of RGB (Red+Green+Blue) = 101+147+22=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 147 (57.81% from 255 or 54.44% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 147 - color contains mainly: green. Hex color #659316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659316 is #9A6CE9. Grayscale: #777777. Windows color (decimal): -10120426 or 1479525. OLE color: 1479525.

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

Color convert

RGB 101 147 22 -
CMYK 0.31 0 0.85 0.42
HSL 82.08º 0.74% 0.33% -
HSV(B) 82.08º 0.85% 0.58% -
XYZ 15.95 23.69 4.49 -
YUV 119 73.26 115.16 -
System Red Green Blue C M Y K H S L
Decimal 101 147 22 0.31 0 0.85 0.42 82.08 0.74 0.33
Hex 65 93 16 1F 0 55 2A 52 4A 21
Octal 145 223 26 37 0 125 52 122 112 41
Binary 1100101 10010011 10110 11111 0 1010101 101010 1010010 1001010 100001

Color Harmonies of #659316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659316

Black with #659316

Text Example


Text Example

White with #659316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659316; }

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

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

background-color css

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

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

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

border-color css

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

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

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