Html Css Color HEX #766E24 Olivetone

📋 copy color: '#766E24'

red 118 ◦ green 110 ◦ blue 36

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

Shades of Olivetone #766E24

Tints of Olivetone #766E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.64%

R = 44.7%
G = 41.67%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#766E24 (or 0x766E24) is known color: Olivetone. HEX triplet: 76, 6E and 24. RGB value is (118,110,36). Sum of RGB (Red+Green+Blue) = 118+110+36=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 110 (43.36% from 255 or 41.67% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #766E24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E24 is #8991DB. Grayscale: #686868. Windows color (decimal): -9015772 or 2387574. OLE color: 2387574.

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

Color convert

RGB 118 110 36 -
CMYK 0 0.07 0.69 0.54
HSL 54.15º 0.53% 0.3% -
HSV(B) 54.15º 0.69% 0.46% -
XYZ 13.37 15.13 3.89 -
YUV 103.96 89.65 138.02 -
System Red Green Blue C M Y K H S L
Decimal 118 110 36 0 0.07 0.69 0.54 54.15 0.53 0.3
Hex 76 6E 24 0 7 45 36 36 35 1E
Octal 166 156 44 0 7 105 66 66 65 36
Binary 1110110 1101110 100100 0 111 1000101 110110 110110 110101 11110

Color Harmonies of #766E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E24

Black with #766E24

Text Example


Text Example

White with #766E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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