Html Css Color HEX #72772E Olivetone

📋 copy color: '#72772E'

red 114 ◦ green 119 ◦ blue 46

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

Shades of Olivetone #72772E

Tints of Olivetone #72772E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.49%

R = 40.86%
G = 42.65%
B = 16.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#72772E (or 0x72772E) is known color: Olivetone. HEX triplet: 72, 77 and 2E. RGB value is (114,119,46). Sum of RGB (Red+Green+Blue) = 114+119+46=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #72772E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72772E is #8D88D1. Grayscale: #6D6D6D. Windows color (decimal): -9275602 or 3045234. OLE color: 3045234.

HSL color Cylindrical-coordinate representation of color #72772E: hue angle of 64.11º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #72772E is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 119 46 -
CMYK 0.04 0 0.61 0.53
HSL 64.11º 0.44% 0.32% -
HSV(B) 64.11º 0.61% 0.47% -
XYZ 14.03 16.97 5.12 -
YUV 109.18 92.34 131.44 -
System Red Green Blue C M Y K H S L
Decimal 114 119 46 0.04 0 0.61 0.53 64.11 0.44 0.32
Hex 72 77 2E 4 0 3D 35 40 2C 20
Octal 162 167 56 4 0 75 65 100 54 40
Binary 1110010 1110111 101110 100 0 111101 110101 1000000 101100 100000

Color Harmonies of #72772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72772E

Black with #72772E

Text Example


Text Example

White with #72772E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72772E; }

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

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

background-color css

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

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

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

border-color css

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

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

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