Html Css Color HEX #72752E Olivetone

📋 copy color: '#72752E'

red 114 ◦ green 117 ◦ blue 46

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

Shades of Olivetone #72752E

Tints of Olivetone #72752E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.24%

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

R = 41.16%
G = 42.24%
B = 16.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#72752E (or 0x72752E) is known color: Olivetone. HEX triplet: 72, 75 and 2E. RGB value is (114,117,46). Sum of RGB (Red+Green+Blue) = 114+117+46=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #72752E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72752E is #8D8AD1. Grayscale: #6C6C6C. Windows color (decimal): -9276114 or 3044722. OLE color: 3044722.

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

Color convert

RGB 114 117 46 -
CMYK 0.03 0 0.61 0.54
HSL 62.54º 0.44% 0.32% -
HSV(B) 62.54º 0.61% 0.46% -
XYZ 13.79 16.5 5.04 -
YUV 108.01 93.01 132.27 -
System Red Green Blue C M Y K H S L
Decimal 114 117 46 0.03 0 0.61 0.54 62.54 0.44 0.32
Hex 72 75 2E 3 0 3D 36 3F 2C 20
Octal 162 165 56 3 0 75 66 77 54 40
Binary 1110010 1110101 101110 11 0 111101 110110 111111 101100 100000

Color Harmonies of #72752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72752E

Black with #72752E

Text Example


Text Example

White with #72752E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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