Html Css Color HEX #726A13 Olivetone

📋 copy color: '#726A13'

red 114 ◦ green 106 ◦ blue 19

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

Shades of Olivetone #726A13

Tints of Olivetone #726A13

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.35%

 BLUE value IS 19 (7.81% from 255) = 7.95%

R = 47.7%
G = 44.35%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#726A13 (or 0x726A13) is known color: Olivetone. HEX triplet: 72, 6A and 13. RGB value is (114,106,19). Sum of RGB (Red+Green+Blue) = 114+106+19=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #726A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726A13 is #8D95EC. Grayscale: #626262. Windows color (decimal): -9278957 or 1272434. OLE color: 1272434.

HSL color Cylindrical-coordinate representation of color #726A13: hue angle of 54.95º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #726A13 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 106 19 -
CMYK 0 0.07 0.83 0.55
HSL 54.95º 0.71% 0.26% -
HSV(B) 54.95º 0.83% 0.45% -
XYZ 12.21 13.93 2.66 -
YUV 98.47 83.15 139.07 -
System Red Green Blue C M Y K H S L
Decimal 114 106 19 0 0.07 0.83 0.55 54.95 0.71 0.26
Hex 72 6A 13 0 7 53 37 37 47 1A
Octal 162 152 23 0 7 123 67 67 107 32
Binary 1110010 1101010 10011 0 111 1010011 110111 110111 1000111 11010

Color Harmonies of #726A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726A13

Black with #726A13

Text Example


Text Example

White with #726A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,106,19); }

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

background-color css

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

 a { background-color: rgb(114,106,19); }

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

border-color css

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

 span { border-color: rgb(114,106,19); }

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