Html Css Color HEX #727413 Olivetone

📋 copy color: '#727413'

red 114 ◦ green 116 ◦ blue 19

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

Shades of Olivetone #727413

Tints of Olivetone #727413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.59%

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

R = 45.78%
G = 46.59%
B = 7.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#727413 (or 0x727413) is known color: Olivetone. HEX triplet: 72, 74 and 13. RGB value is (114,116,19). Sum of RGB (Red+Green+Blue) = 114+116+19=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #727413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727413 is #8D8BEC. Grayscale: #686868. Windows color (decimal): -9276397 or 1274994. OLE color: 1274994.

HSL color Cylindrical-coordinate representation of color #727413: hue angle of 61.24º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #727413 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 116 19 -
CMYK 0.02 0 0.84 0.55
HSL 61.24º 0.72% 0.26% -
HSV(B) 61.24º 0.84% 0.45% -
XYZ 13.3 16.12 3.03 -
YUV 104.34 79.84 134.89 -
System Red Green Blue C M Y K H S L
Decimal 114 116 19 0.02 0 0.84 0.55 61.24 0.72 0.26
Hex 72 74 13 2 0 54 37 3D 48 1A
Octal 162 164 23 2 0 124 67 75 110 32
Binary 1110010 1110100 10011 10 0 1010100 110111 111101 1001000 11010

Color Harmonies of #727413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727413

Black with #727413

Text Example


Text Example

White with #727413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727413; }

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

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

background-color css

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

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

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

border-color css

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

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

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