Html Css Color HEX #717211 Olivetone

📋 copy color: '#717211'

red 113 ◦ green 114 ◦ blue 17

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

Shades of Olivetone #717211

Tints of Olivetone #717211

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.72%

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

R = 46.31%
G = 46.72%
B = 6.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#717211 (or 0x717211) is known color: Olivetone. HEX triplet: 71, 72 and 11. RGB value is (113,114,17). Sum of RGB (Red+Green+Blue) = 113+114+17=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #717211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717211 is #8E8DEE. Grayscale: #676767. Windows color (decimal): -9342447 or 1143409. OLE color: 1143409.

HSL color Cylindrical-coordinate representation of color #717211: hue angle of 60.62º 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 #717211 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 114 17 -
CMYK 0.01 0 0.85 0.55
HSL 60.62º 0.74% 0.26% -
HSV(B) 60.62º 0.85% 0.45% -
XYZ 12.93 15.59 2.86 -
YUV 102.64 79.67 135.39 -
System Red Green Blue C M Y K H S L
Decimal 113 114 17 0.01 0 0.85 0.55 60.62 0.74 0.26
Hex 71 72 11 1 0 55 37 3D 4A 1A
Octal 161 162 21 1 0 125 67 75 112 32
Binary 1110001 1110010 10001 1 0 1010101 110111 111101 1001010 11010

Color Harmonies of #717211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717211

Black with #717211

Text Example


Text Example

White with #717211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717211; }

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

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

background-color css

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

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

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

border-color css

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

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

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