Html Css Color HEX #727019 Olivetone

📋 copy color: '#727019'

red 114 ◦ green 112 ◦ blue 25

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

Shades of Olivetone #727019

Tints of Olivetone #727019

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.62%

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

R = 45.42%
G = 44.62%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#727019 (or 0x727019) is known color: Olivetone. HEX triplet: 72, 70 and 19. RGB value is (114,112,25). Sum of RGB (Red+Green+Blue) = 114+112+25=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #727019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727019 is #8D8FE6. Grayscale: #676767. Windows color (decimal): -9277415 or 1667186. OLE color: 1667186.

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

Color convert

RGB 114 112 25 -
CMYK 0 0.02 0.78 0.55
HSL 58.65º 0.64% 0.27% -
HSV(B) 58.65º 0.78% 0.45% -
XYZ 12.91 15.24 3.18 -
YUV 102.68 84.16 136.07 -
System Red Green Blue C M Y K H S L
Decimal 114 112 25 0 0.02 0.78 0.55 58.65 0.64 0.27
Hex 72 70 19 0 2 4E 37 3B 40 1B
Octal 162 160 31 0 2 116 67 73 100 33
Binary 1110010 1110000 11001 0 10 1001110 110111 111011 1000000 11011

Color Harmonies of #727019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727019

Black with #727019

Text Example


Text Example

White with #727019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727019; }

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

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

background-color css

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

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

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

border-color css

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

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

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