Html Css Color HEX #727118 Olivetone

📋 copy color: '#727118'

red 114 ◦ green 113 ◦ blue 24

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

Shades of Olivetone #727118

Tints of Olivetone #727118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.56%

R = 45.42%
G = 45.02%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#727118 (or 0x727118) is known color: Olivetone. HEX triplet: 72, 71 and 18. RGB value is (114,113,24). Sum of RGB (Red+Green+Blue) = 114+113+24=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #727118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727118 is #8D8EE7. Grayscale: #676767. Windows color (decimal): -9277160 or 1601906. OLE color: 1601906.

HSL color Cylindrical-coordinate representation of color #727118: hue angle of 59.33º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #727118 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 113 24 -
CMYK 0 0.01 0.79 0.55
HSL 59.33º 0.65% 0.27% -
HSV(B) 59.33º 0.79% 0.45% -
XYZ 13.01 15.45 3.16 -
YUV 103.15 83.33 135.74 -
System Red Green Blue C M Y K H S L
Decimal 114 113 24 0 0.01 0.79 0.55 59.33 0.65 0.27
Hex 72 71 18 0 1 4F 37 3B 41 1B
Octal 162 161 30 0 1 117 67 73 101 33
Binary 1110010 1110001 11000 0 1 1001111 110111 111011 1000001 11011

Color Harmonies of #727118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727118

Black with #727118

Text Example


Text Example

White with #727118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727118; }

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

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

background-color css

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

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

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

border-color css

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

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

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