Html Css Color HEX #717620 Olivetone

📋 copy color: '#717620'

red 113 ◦ green 118 ◦ blue 32

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

Shades of Olivetone #717620

Tints of Olivetone #717620

RGB

 RED value IS 113 (44.53% from 255) = 42.97%

 GREEN value IS 118 (46.48% from 255) = 44.87%

 BLUE value IS 32 (12.89% from 255) = 12.17%

R = 42.97%
G = 44.87%
B = 12.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#717620 (or 0x717620) is known color: Olivetone. HEX triplet: 71, 76 and 20. RGB value is (113,118,32). Sum of RGB (Red+Green+Blue) = 113+118+32=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #717620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717620 is #8E89DF. Grayscale: #6B6B6B. Windows color (decimal): -9341408 or 2127473. OLE color: 2127473.

HSL color Cylindrical-coordinate representation of color #717620: hue angle of 63.49º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #717620 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 32 -
CMYK 0.04 0 0.73 0.54
HSL 63.49º 0.57% 0.29% -
HSV(B) 63.49º 0.73% 0.46% -
XYZ 13.55 16.57 3.85 -
YUV 106.7 85.84 132.49 -
System Red Green Blue C M Y K H S L
Decimal 113 118 32 0.04 0 0.73 0.54 63.49 0.57 0.29
Hex 71 76 20 4 0 49 36 3F 39 1D
Octal 161 166 40 4 0 111 66 77 71 35
Binary 1110001 1110110 100000 100 0 1001001 110110 111111 111001 11101

Color Harmonies of #717620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717620

Black with #717620

Text Example


Text Example

White with #717620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717620; }

 p { color: rgb(113,118,32); }

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

background-color css

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

 a { background-color: rgb(113,118,32); }

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

border-color css

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

 span { border-color: rgb(113,118,32); }

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