Html Css Color HEX #766E20 Olivetone

📋 copy color: '#766E20'

red 118 ◦ green 110 ◦ blue 32

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

Shades of Olivetone #766E20

Tints of Olivetone #766E20

RGB

 RED value IS 118 (46.48% from 255) = 45.38%

 GREEN value IS 110 (43.36% from 255) = 42.31%

 BLUE value IS 32 (12.89% from 255) = 12.31%

R = 45.38%
G = 42.31%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#766E20 (or 0x766E20) is known color: Olivetone. HEX triplet: 76, 6E and 20. RGB value is (118,110,32). Sum of RGB (Red+Green+Blue) = 118+110+32=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #766E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E20 is #8991DF. Grayscale: #676767. Windows color (decimal): -9015776 or 2125430. OLE color: 2125430.

HSL color Cylindrical-coordinate representation of color #766E20: hue angle of 54.42º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #766E20 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 110 32 -
CMYK 0 0.07 0.73 0.54
HSL 54.42º 0.57% 0.29% -
HSV(B) 54.42º 0.73% 0.46% -
XYZ 13.31 15.11 3.58 -
YUV 103.5 87.65 138.34 -
System Red Green Blue C M Y K H S L
Decimal 118 110 32 0 0.07 0.73 0.54 54.42 0.57 0.29
Hex 76 6E 20 0 7 49 36 36 39 1D
Octal 166 156 40 0 7 111 66 66 71 35
Binary 1110110 1101110 100000 0 111 1001001 110110 110110 111001 11101

Color Harmonies of #766E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E20

Black with #766E20

Text Example


Text Example

White with #766E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766E20; }

 p { color: rgb(118,110,32); }

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

background-color css

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

 a { background-color: rgb(118,110,32); }

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

border-color css

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

 span { border-color: rgb(118,110,32); }

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