Html Css Color HEX #717120 Olivetone

📋 copy color: '#717120'

red 113 ◦ green 113 ◦ blue 32

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

Shades of Olivetone #717120

Tints of Olivetone #717120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.8%

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

R = 43.8%
G = 43.8%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#717120 (or 0x717120) is known color: Olivetone. HEX triplet: 71, 71 and 20. RGB value is (113,113,32). Sum of RGB (Red+Green+Blue) = 113+113+32=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717120 is #8E8EDF. Grayscale: #686868. Windows color (decimal): -9342688 or 2126193. OLE color: 2126193.

HSL color Cylindrical-coordinate representation of color #717120: hue angle of 60º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #717120 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 113 32 -
CMYK 0 0 0.72 0.56
HSL 60º 0.56% 0.28% -
HSV(B) 60º 0.72% 0.44% -
XYZ 12.98 15.43 3.66 -
YUV 103.77 87.5 134.59 -
System Red Green Blue C M Y K H S L
Decimal 113 113 32 0 0 0.72 0.56 60 0.56 0.28
Hex 71 71 20 0 0 48 38 3C 38 1C
Octal 161 161 40 0 0 110 70 74 70 34
Binary 1110001 1110001 100000 0 0 1001000 111000 111100 111000 11100

Color Harmonies of #717120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717120

Black with #717120

Text Example


Text Example

White with #717120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717120; }

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

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

background-color css

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

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

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

border-color css

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

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

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