Html Css Color HEX #766F20 Olivetone

📋 copy color: '#766F20'

red 118 ◦ green 111 ◦ blue 32

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

Shades of Olivetone #766F20

Tints of Olivetone #766F20

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.53%

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

R = 45.21%
G = 42.53%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#766F20 (or 0x766F20) is known color: Olivetone. HEX triplet: 76, 6F and 20. RGB value is (118,111,32). Sum of RGB (Red+Green+Blue) = 118+111+32=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #766F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F20 is #8990DF. Grayscale: #686868. Windows color (decimal): -9015520 or 2125686. OLE color: 2125686.

HSL color Cylindrical-coordinate representation of color #766F20: hue angle of 55.12º 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 #766F20 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 111 32 -
CMYK 0 0.06 0.73 0.54
HSL 55.12º 0.57% 0.29% -
HSV(B) 55.12º 0.73% 0.46% -
XYZ 13.42 15.32 3.62 -
YUV 104.09 87.32 137.92 -
System Red Green Blue C M Y K H S L
Decimal 118 111 32 0 0.06 0.73 0.54 55.12 0.57 0.29
Hex 76 6F 20 0 6 49 36 37 39 1D
Octal 166 157 40 0 6 111 66 67 71 35
Binary 1110110 1101111 100000 0 110 1001001 110110 110111 111001 11101

Color Harmonies of #766F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F20

Black with #766F20

Text Example


Text Example

White with #766F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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