Html Css Color HEX #766D20 Olivetone

📋 copy color: '#766D20'

red 118 ◦ green 109 ◦ blue 32

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

Shades of Olivetone #766D20

Tints of Olivetone #766D20

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.08%

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

R = 45.56%
G = 42.08%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#766D20 (or 0x766D20) is known color: Olivetone. HEX triplet: 76, 6D and 20. RGB value is (118,109,32). Sum of RGB (Red+Green+Blue) = 118+109+32=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #766D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D20 is #8992DF. Grayscale: #676767. Windows color (decimal): -9016032 or 2125174. OLE color: 2125174.

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

Color convert

RGB 118 109 32 -
CMYK 0 0.08 0.73 0.54
HSL 53.72º 0.57% 0.29% -
HSV(B) 53.72º 0.73% 0.46% -
XYZ 13.2 14.89 3.55 -
YUV 102.91 87.98 138.76 -
System Red Green Blue C M Y K H S L
Decimal 118 109 32 0 0.08 0.73 0.54 53.72 0.57 0.29
Hex 76 6D 20 0 8 49 36 36 39 1D
Octal 166 155 40 0 10 111 66 66 71 35
Binary 1110110 1101101 100000 0 1000 1001001 110110 110110 111001 11101

Color Harmonies of #766D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D20

Black with #766D20

Text Example


Text Example

White with #766D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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