Html Css Color HEX #717010 Olivetone

📋 copy color: '#717010'

red 113 ◦ green 112 ◦ blue 16

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

Shades of Olivetone #717010

Tints of Olivetone #717010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.64%

R = 46.89%
G = 46.47%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#717010 (or 0x717010) is known color: Olivetone. HEX triplet: 71, 70 and 10. RGB value is (113,112,16). Sum of RGB (Red+Green+Blue) = 113+112+16=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #717010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717010 is #8E8FEF. Grayscale: #656565. Windows color (decimal): -9342960 or 1077361. OLE color: 1077361.

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

Color convert

RGB 113 112 16 -
CMYK 0 0.01 0.86 0.56
HSL 59.38º 0.75% 0.25% -
HSV(B) 59.38º 0.86% 0.44% -
XYZ 12.7 15.14 2.74 -
YUV 101.36 79.83 136.31 -
System Red Green Blue C M Y K H S L
Decimal 113 112 16 0 0.01 0.86 0.56 59.38 0.75 0.25
Hex 71 70 10 0 1 56 38 3B 4B 19
Octal 161 160 20 0 1 126 70 73 113 31
Binary 1110001 1110000 10000 0 1 1010110 111000 111011 1001011 11001

Color Harmonies of #717010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717010

Black with #717010

Text Example


Text Example

White with #717010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717010; }

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

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

background-color css

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

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

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

border-color css

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

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

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