Html Css Color HEX #727211 Olivetone

📋 copy color: '#727211'

red 114 ◦ green 114 ◦ blue 17

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

Shades of Olivetone #727211

Tints of Olivetone #727211

RGB

 RED value IS 114 (44.92% from 255) = 46.53%

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

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

R = 46.53%
G = 46.53%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#727211 (or 0x727211) is known color: Olivetone. HEX triplet: 72, 72 and 11. RGB value is (114,114,17). Sum of RGB (Red+Green+Blue) = 114+114+17=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727211 is #8D8DEE. Grayscale: #676767. Windows color (decimal): -9276911 or 1143410. OLE color: 1143410.

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

Color convert

RGB 114 114 17 -
CMYK 0 0 0.85 0.55
HSL 60º 0.74% 0.26% -
HSV(B) 60º 0.85% 0.45% -
XYZ 13.06 15.65 2.86 -
YUV 102.94 79.5 135.89 -
System Red Green Blue C M Y K H S L
Decimal 114 114 17 0 0 0.85 0.55 60 0.74 0.26
Hex 72 72 11 0 0 55 37 3C 4A 1A
Octal 162 162 21 0 0 125 67 74 112 32
Binary 1110010 1110010 10001 0 0 1010101 110111 111100 1001010 11010

Color Harmonies of #727211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727211

Black with #727211

Text Example


Text Example

White with #727211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727211; }

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

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

background-color css

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

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

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

border-color css

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

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

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