Html Css Color HEX #717111 Olivetone

📋 copy color: '#717111'

red 113 ◦ green 113 ◦ blue 17

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

Shades of Olivetone #717111

Tints of Olivetone #717111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7%

R = 46.5%
G = 46.5%
B = 7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#717111 (or 0x717111) is known color: Olivetone. HEX triplet: 71, 71 and 11. RGB value is (113,113,17). Sum of RGB (Red+Green+Blue) = 113+113+17=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717111 is #8E8EEE. Grayscale: #666666. Windows color (decimal): -9342703 or 1143153. OLE color: 1143153.

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

Color convert

RGB 113 113 17 -
CMYK 0 0 0.85 0.56
HSL 60º 0.74% 0.25% -
HSV(B) 60º 0.85% 0.44% -
XYZ 12.82 15.36 2.82 -
YUV 102.06 80 135.81 -
System Red Green Blue C M Y K H S L
Decimal 113 113 17 0 0 0.85 0.56 60 0.74 0.25
Hex 71 71 11 0 0 55 38 3C 4A 19
Octal 161 161 21 0 0 125 70 74 112 31
Binary 1110001 1110001 10001 0 0 1010101 111000 111100 1001010 11001

Color Harmonies of #717111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717111

Black with #717111

Text Example


Text Example

White with #717111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717111; }

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

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

background-color css

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

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

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

border-color css

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

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

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