Html Css Color HEX #766E1D Olivetone

📋 copy color: '#766E1D'

red 118 ◦ green 110 ◦ blue 29

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

Shades of Olivetone #766E1D

Tints of Olivetone #766E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.28%

R = 45.91%
G = 42.8%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#766E1D (or 0x766E1D) is known color: Olivetone. HEX triplet: 76, 6E and 1D. RGB value is (118,110,29). Sum of RGB (Red+Green+Blue) = 118+110+29=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #766E1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E1D is #8991E2. Grayscale: #676767. Windows color (decimal): -9015779 or 1928822. OLE color: 1928822.

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

Color convert

RGB 118 110 29 -
CMYK 0 0.07 0.75 0.54
HSL 54.61º 0.61% 0.29% -
HSV(B) 54.61º 0.75% 0.46% -
XYZ 13.27 15.09 3.38 -
YUV 103.16 86.15 138.59 -
System Red Green Blue C M Y K H S L
Decimal 118 110 29 0 0.07 0.75 0.54 54.61 0.61 0.29
Hex 76 6E 1D 0 7 4B 36 37 3D 1D
Octal 166 156 35 0 7 113 66 67 75 35
Binary 1110110 1101110 11101 0 111 1001011 110110 110111 111101 11101

Color Harmonies of #766E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E1D

Black with #766E1D

Text Example


Text Example

White with #766E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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