Html Css Color HEX #717013 Olivetone

📋 copy color: '#717013'

red 113 ◦ green 112 ◦ blue 19

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

Shades of Olivetone #717013

Tints of Olivetone #717013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.9%

 BLUE value IS 19 (7.81% from 255) = 7.79%

R = 46.31%
G = 45.9%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#717013 (or 0x717013) is known color: Olivetone. HEX triplet: 71, 70 and 13. RGB value is (113,112,19). Sum of RGB (Red+Green+Blue) = 113+112+19=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #717013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717013 is #8E8FEC. Grayscale: #666666. Windows color (decimal): -9342957 or 1273969. OLE color: 1273969.

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

Color convert

RGB 113 112 19 -
CMYK 0 0.01 0.83 0.56
HSL 59.36º 0.71% 0.26% -
HSV(B) 59.36º 0.83% 0.44% -
XYZ 12.72 15.15 2.87 -
YUV 101.7 81.33 136.06 -
System Red Green Blue C M Y K H S L
Decimal 113 112 19 0 0.01 0.83 0.56 59.36 0.71 0.26
Hex 71 70 13 0 1 53 38 3B 47 1A
Octal 161 160 23 0 1 123 70 73 107 32
Binary 1110001 1110000 10011 0 1 1010011 111000 111011 1000111 11010

Color Harmonies of #717013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717013

Black with #717013

Text Example


Text Example

White with #717013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717013; }

 p { color: rgb(113,112,19); }

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

background-color css

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

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

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

border-color css

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

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

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