Html Css Color HEX #727314 Olivetone

📋 copy color: '#727314'

red 114 ◦ green 115 ◦ blue 20

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

Shades of Olivetone #727314

Tints of Olivetone #727314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.03%

R = 45.78%
G = 46.18%
B = 8.03%

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

#727314 (or 0x727314) is known color: Olivetone. HEX triplet: 72, 73 and 14. RGB value is (114,115,20). Sum of RGB (Red+Green+Blue) = 114+115+20=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #727314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727314 is #8D8CEB. Grayscale: #686868. Windows color (decimal): -9276652 or 1340274. OLE color: 1340274.

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

Color convert

RGB 114 115 20 -
CMYK 0.01 0 0.83 0.55
HSL 60.63º 0.7% 0.26% -
HSV(B) 60.63º 0.83% 0.45% -
XYZ 13.2 15.89 3.03 -
YUV 103.87 80.67 135.22 -
System Red Green Blue C M Y K H S L
Decimal 114 115 20 0.01 0 0.83 0.55 60.63 0.7 0.26
Hex 72 73 14 1 0 53 37 3D 46 1A
Octal 162 163 24 1 0 123 67 75 106 32
Binary 1110010 1110011 10100 1 0 1010011 110111 111101 1000110 11010

Color Harmonies of #727314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727314

Black with #727314

Text Example


Text Example

White with #727314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727314; }

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

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

background-color css

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

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

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

border-color css

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

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

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