Html Css Color HEX #717411 Olivetone

📋 copy color: '#717411'

red 113 ◦ green 116 ◦ blue 17

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

Shades of Olivetone #717411

Tints of Olivetone #717411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.15%

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

R = 45.93%
G = 47.15%
B = 6.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#717411 (or 0x717411) is known color: Olivetone. HEX triplet: 71, 74 and 11. RGB value is (113,116,17). Sum of RGB (Red+Green+Blue) = 113+116+17=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #717411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717411 is #8E8BEE. Grayscale: #686868. Windows color (decimal): -9341935 or 1143921. OLE color: 1143921.

HSL color Cylindrical-coordinate representation of color #717411: hue angle of 61.82º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #717411 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 116 17 -
CMYK 0.03 0 0.85 0.55
HSL 61.82º 0.74% 0.26% -
HSV(B) 61.82º 0.85% 0.45% -
XYZ 13.16 16.04 2.93 -
YUV 103.82 79.01 134.55 -
System Red Green Blue C M Y K H S L
Decimal 113 116 17 0.03 0 0.85 0.55 61.82 0.74 0.26
Hex 71 74 11 3 0 55 37 3E 4A 1A
Octal 161 164 21 3 0 125 67 76 112 32
Binary 1110001 1110100 10001 11 0 1010101 110111 111110 1001010 11010

Color Harmonies of #717411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717411

Black with #717411

Text Example


Text Example

White with #717411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717411; }

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

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

background-color css

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

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

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

border-color css

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

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

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