Html Css Color HEX #726F19 Olivetone

📋 copy color: '#726F19'

red 114 ◦ green 111 ◦ blue 25

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

Shades of Olivetone #726F19

Tints of Olivetone #726F19

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.4%

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

R = 45.6%
G = 44.4%
B = 10%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#726F19 (or 0x726F19) is known color: Olivetone. HEX triplet: 72, 6F and 19. RGB value is (114,111,25). Sum of RGB (Red+Green+Blue) = 114+111+25=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #726F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726F19 is #8D90E6. Grayscale: #666666. Windows color (decimal): -9277671 or 1666930. OLE color: 1666930.

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

Color convert

RGB 114 111 25 -
CMYK 0 0.03 0.78 0.55
HSL 57.98º 0.64% 0.27% -
HSV(B) 57.98º 0.78% 0.45% -
XYZ 12.8 15.02 3.14 -
YUV 102.09 84.49 136.49 -
System Red Green Blue C M Y K H S L
Decimal 114 111 25 0 0.03 0.78 0.55 57.98 0.64 0.27
Hex 72 6F 19 0 3 4E 37 3A 40 1B
Octal 162 157 31 0 3 116 67 72 100 33
Binary 1110010 1101111 11001 0 11 1001110 110111 111010 1000000 11011

Color Harmonies of #726F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726F19

Black with #726F19

Text Example


Text Example

White with #726F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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