Html Css Color HEX #717112 Olivetone

📋 copy color: '#717112'

red 113 ◦ green 113 ◦ blue 18

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

Shades of Olivetone #717112

Tints of Olivetone #717112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.38%

R = 46.31%
G = 46.31%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#717112 (or 0x717112) is known color: Olivetone. HEX triplet: 71, 71 and 12. RGB value is (113,113,18). Sum of RGB (Red+Green+Blue) = 113+113+18=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717112 is #8E8EED. Grayscale: #666666. Windows color (decimal): -9342702 or 1208689. OLE color: 1208689.

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

Color convert

RGB 113 113 18 -
CMYK 0 0 0.84 0.56
HSL 60º 0.73% 0.26% -
HSV(B) 60º 0.84% 0.44% -
XYZ 12.82 15.36 2.86 -
YUV 102.17 80.5 135.72 -
System Red Green Blue C M Y K H S L
Decimal 113 113 18 0 0 0.84 0.56 60 0.73 0.26
Hex 71 71 12 0 0 54 38 3C 49 1A
Octal 161 161 22 0 0 124 70 74 111 32
Binary 1110001 1110001 10010 0 0 1010100 111000 111100 1001001 11010

Color Harmonies of #717112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717112

Black with #717112

Text Example


Text Example

White with #717112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717112; }

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

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

background-color css

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

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

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

border-color css

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

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

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