Html Css Color HEX #766C20 Olivetone

📋 copy color: '#766C20'

red 118 ◦ green 108 ◦ blue 32

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

Shades of Olivetone #766C20

Tints of Olivetone #766C20

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.86%

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

R = 45.74%
G = 41.86%
B = 12.4%

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

#766C20 (or 0x766C20) is known color: Olivetone. HEX triplet: 76, 6C and 20. RGB value is (118,108,32). Sum of RGB (Red+Green+Blue) = 118+108+32=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #766C20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C20 is #8993DF. Grayscale: #666666. Windows color (decimal): -9016288 or 2124918. OLE color: 2124918.

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

Color convert

RGB 118 108 32 -
CMYK 0 0.08 0.73 0.54
HSL 53.02º 0.57% 0.29% -
HSV(B) 53.02º 0.73% 0.46% -
XYZ 13.09 14.68 3.51 -
YUV 102.33 88.31 139.18 -
System Red Green Blue C M Y K H S L
Decimal 118 108 32 0 0.08 0.73 0.54 53.02 0.57 0.29
Hex 76 6C 20 0 8 49 36 35 39 1D
Octal 166 154 40 0 10 111 66 65 71 35
Binary 1110110 1101100 100000 0 1000 1001001 110110 110101 111001 11101

Color Harmonies of #766C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C20

Black with #766C20

Text Example


Text Example

White with #766C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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