Html Css Color HEX #766E21 Olivetone

📋 copy color: '#766E21'

red 118 ◦ green 110 ◦ blue 33

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

Shades of Olivetone #766E21

Tints of Olivetone #766E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.64%

R = 45.21%
G = 42.15%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#766E21 (or 0x766E21) is known color: Olivetone. HEX triplet: 76, 6E and 21. RGB value is (118,110,33). Sum of RGB (Red+Green+Blue) = 118+110+33=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #766E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E21 is #8991DE. Grayscale: #676767. Windows color (decimal): -9015775 or 2190966. OLE color: 2190966.

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

Color convert

RGB 118 110 33 -
CMYK 0 0.07 0.72 0.54
HSL 54.35º 0.56% 0.3% -
HSV(B) 54.35º 0.72% 0.46% -
XYZ 13.32 15.11 3.65 -
YUV 103.61 88.15 138.26 -
System Red Green Blue C M Y K H S L
Decimal 118 110 33 0 0.07 0.72 0.54 54.35 0.56 0.3
Hex 76 6E 21 0 7 48 36 36 38 1E
Octal 166 156 41 0 7 110 66 66 70 36
Binary 1110110 1101110 100001 0 111 1001000 110110 110110 111000 11110

Color Harmonies of #766E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E21

Black with #766E21

Text Example


Text Example

White with #766E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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