Html Css Color HEX #727313 Olivetone

📋 copy color: '#727313'

red 114 ◦ green 115 ◦ blue 19

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

Shades of Olivetone #727313

Tints of Olivetone #727313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.37%

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

R = 45.97%
G = 46.37%
B = 7.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#727313 (or 0x727313) is known color: Olivetone. HEX triplet: 72, 73 and 13. RGB value is (114,115,19). Sum of RGB (Red+Green+Blue) = 114+115+19=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #727313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727313 is #8D8CEC. Grayscale: #686868. Windows color (decimal): -9276653 or 1274738. OLE color: 1274738.

HSL color Cylindrical-coordinate representation of color #727313: hue angle of 60.63º degrees, saturation: 0.72, 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 #727313 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 115 19 -
CMYK 0.01 0 0.83 0.55
HSL 60.63º 0.72% 0.26% -
HSV(B) 60.63º 0.83% 0.45% -
XYZ 13.19 15.89 2.99 -
YUV 103.76 80.17 135.31 -
System Red Green Blue C M Y K H S L
Decimal 114 115 19 0.01 0 0.83 0.55 60.63 0.72 0.26
Hex 72 73 13 1 0 53 37 3D 48 1A
Octal 162 163 23 1 0 123 67 75 110 32
Binary 1110010 1110011 10011 1 0 1010011 110111 111101 1001000 11010

Color Harmonies of #727313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727313

Black with #727313

Text Example


Text Example

White with #727313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727313; }

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

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

background-color css

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

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

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

border-color css

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

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

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