Html Css Color HEX #727014 Olivetone

📋 copy color: '#727014'

red 114 ◦ green 112 ◦ blue 20

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

Shades of Olivetone #727014

Tints of Olivetone #727014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.53%

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

R = 46.34%
G = 45.53%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#727014 (or 0x727014) is known color: Olivetone. HEX triplet: 72, 70 and 14. RGB value is (114,112,20). Sum of RGB (Red+Green+Blue) = 114+112+20=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #727014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727014 is #8D8FEB. Grayscale: #666666. Windows color (decimal): -9277420 or 1339506. OLE color: 1339506.

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

Color convert

RGB 114 112 20 -
CMYK 0 0.02 0.82 0.55
HSL 58.72º 0.7% 0.26% -
HSV(B) 58.72º 0.82% 0.45% -
XYZ 12.86 15.22 2.92 -
YUV 102.11 81.66 136.48 -
System Red Green Blue C M Y K H S L
Decimal 114 112 20 0 0.02 0.82 0.55 58.72 0.7 0.26
Hex 72 70 14 0 2 52 37 3B 46 1A
Octal 162 160 24 0 2 122 67 73 106 32
Binary 1110010 1110000 10100 0 10 1010010 110111 111011 1000110 11010

Color Harmonies of #727014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727014

Black with #727014

Text Example


Text Example

White with #727014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727014; }

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

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

background-color css

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

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

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

border-color css

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

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

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