Html Css Color HEX #727119 Olivetone

📋 copy color: '#727119'

red 114 ◦ green 113 ◦ blue 25

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

Shades of Olivetone #727119

Tints of Olivetone #727119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.92%

R = 45.24%
G = 44.84%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#727119 (or 0x727119) is known color: Olivetone. HEX triplet: 72, 71 and 19. RGB value is (114,113,25). Sum of RGB (Red+Green+Blue) = 114+113+25=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 114 - color contains mainly: red. Hex color #727119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727119 is #8D8EE6. Grayscale: #676767. Windows color (decimal): -9277159 or 1667442. OLE color: 1667442.

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

Color convert

RGB 114 113 25 -
CMYK 0 0.01 0.78 0.55
HSL 59.33º 0.64% 0.27% -
HSV(B) 59.33º 0.78% 0.45% -
XYZ 13.02 15.46 3.22 -
YUV 103.27 83.83 135.66 -
System Red Green Blue C M Y K H S L
Decimal 114 113 25 0 0.01 0.78 0.55 59.33 0.64 0.27
Hex 72 71 19 0 1 4E 37 3B 40 1B
Octal 162 161 31 0 1 116 67 73 100 33
Binary 1110010 1110001 11001 0 1 1001110 110111 111011 1000000 11011

Color Harmonies of #727119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727119

Black with #727119

Text Example


Text Example

White with #727119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727119; }

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

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

background-color css

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

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

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

border-color css

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

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

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