Html Css Color HEX #727511 Olivetone

📋 copy color: '#727511'

red 114 ◦ green 117 ◦ blue 17

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

Shades of Olivetone #727511

Tints of Olivetone #727511

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.18%

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

R = 45.97%
G = 47.18%
B = 6.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#727511 (or 0x727511) is known color: Olivetone. HEX triplet: 72, 75 and 11. RGB value is (114,117,17). Sum of RGB (Red+Green+Blue) = 114+117+17=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #727511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727511 is #8D8AEE. Grayscale: #696969. Windows color (decimal): -9276143 or 1144178. OLE color: 1144178.

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

Color convert

RGB 114 117 17 -
CMYK 0.03 0 0.85 0.54
HSL 61.8º 0.75% 0.26% -
HSV(B) 61.8º 0.85% 0.46% -
XYZ 13.4 16.34 2.98 -
YUV 104.7 78.51 134.63 -
System Red Green Blue C M Y K H S L
Decimal 114 117 17 0.03 0 0.85 0.54 61.8 0.75 0.26
Hex 72 75 11 3 0 55 36 3E 4B 1A
Octal 162 165 21 3 0 125 66 76 113 32
Binary 1110010 1110101 10001 11 0 1010101 110110 111110 1001011 11010

Color Harmonies of #727511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727511

Black with #727511

Text Example


Text Example

White with #727511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727511; }

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

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

background-color css

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

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

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

border-color css

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

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

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