Html Css Color HEX #72762A Olivetone

📋 copy color: '#72762A'

red 114 ◦ green 118 ◦ blue 42

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

Shades of Olivetone #72762A

Tints of Olivetone #72762A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.07%

 BLUE value IS 42 (16.8% from 255) = 15.33%

R = 41.61%
G = 43.07%
B = 15.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#72762A (or 0x72762A) is known color: Olivetone. HEX triplet: 72, 76 and 2A. RGB value is (114,118,42). Sum of RGB (Red+Green+Blue) = 114+118+42=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 118 - color contains mainly: green. Hex color #72762A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72762A is #8D89D5. Grayscale: #6C6C6C. Windows color (decimal): -9275862 or 2782834. OLE color: 2782834.

HSL color Cylindrical-coordinate representation of color #72762A: hue angle of 63.16º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72762A is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 118 42 -
CMYK 0.03 0 0.64 0.54
HSL 63.16º 0.48% 0.31% -
HSV(B) 63.16º 0.64% 0.46% -
XYZ 13.84 16.7 4.68 -
YUV 108.14 90.67 132.18 -
System Red Green Blue C M Y K H S L
Decimal 114 118 42 0.03 0 0.64 0.54 63.16 0.48 0.31
Hex 72 76 2A 3 0 40 36 3F 30 1F
Octal 162 166 52 3 0 100 66 77 60 37
Binary 1110010 1110110 101010 11 0 1000000 110110 111111 110000 11111

Color Harmonies of #72762A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72762A

Black with #72762A

Text Example


Text Example

White with #72762A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72762A; }

 p { color: rgb(114,118,42); }

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

background-color css

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

 a { background-color: rgb(114,118,42); }

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

border-color css

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

 span { border-color: rgb(114,118,42); }

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