Html Css Color HEX #726C19 Olivetone

📋 copy color: '#726C19'

red 114 ◦ green 108 ◦ blue 25

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

Shades of Olivetone #726C19

Tints of Olivetone #726C19

RGB

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

 GREEN value IS 108 (42.58% from 255) = 43.72%

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

R = 46.15%
G = 43.72%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#726C19 (or 0x726C19) is known color: Olivetone. HEX triplet: 72, 6C and 19. RGB value is (114,108,25). Sum of RGB (Red+Green+Blue) = 114+108+25=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #726C19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726C19 is #8D93E6. Grayscale: #646464. Windows color (decimal): -9278439 or 1666162. OLE color: 1666162.

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

Color convert

RGB 114 108 25 -
CMYK 0 0.05 0.78 0.55
HSL 55.96º 0.64% 0.27% -
HSV(B) 55.96º 0.78% 0.45% -
XYZ 12.48 14.37 3.04 -
YUV 100.33 85.49 137.75 -
System Red Green Blue C M Y K H S L
Decimal 114 108 25 0 0.05 0.78 0.55 55.96 0.64 0.27
Hex 72 6C 19 0 5 4E 37 38 40 1B
Octal 162 154 31 0 5 116 67 70 100 33
Binary 1110010 1101100 11001 0 101 1001110 110111 111000 1000000 11011

Color Harmonies of #726C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C19

Black with #726C19

Text Example


Text Example

White with #726C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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