Html Css Color HEX #727714 Olivetone

📋 copy color: '#727714'

red 114 ◦ green 119 ◦ blue 20

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

Shades of Olivetone #727714

Tints of Olivetone #727714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.04%

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

R = 45.06%
G = 47.04%
B = 7.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#727714 (or 0x727714) is known color: Olivetone. HEX triplet: 72, 77 and 14. RGB value is (114,119,20). Sum of RGB (Red+Green+Blue) = 114+119+20=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #727714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727714 is #8D88EB. Grayscale: #6A6A6A. Windows color (decimal): -9275628 or 1341298. OLE color: 1341298.

HSL color Cylindrical-coordinate representation of color #727714: hue angle of 63.03º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #727714 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 119 20 -
CMYK 0.04 0 0.83 0.53
HSL 63.03º 0.71% 0.27% -
HSV(B) 63.03º 0.83% 0.47% -
XYZ 13.66 16.82 3.19 -
YUV 106.22 79.34 133.55 -
System Red Green Blue C M Y K H S L
Decimal 114 119 20 0.04 0 0.83 0.53 63.03 0.71 0.27
Hex 72 77 14 4 0 53 35 3F 47 1B
Octal 162 167 24 4 0 123 65 77 107 33
Binary 1110010 1110111 10100 100 0 1010011 110101 111111 1000111 11011

Color Harmonies of #727714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727714

Black with #727714

Text Example


Text Example

White with #727714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727714; }

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

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

background-color css

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

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

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

border-color css

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

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

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