Html Css Color HEX #766E12 Olivetone

📋 copy color: '#766E12'

red 118 ◦ green 110 ◦ blue 18

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

Shades of Olivetone #766E12

Tints of Olivetone #766E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.32%

R = 47.97%
G = 44.72%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#766E12 (or 0x766E12) is known color: Olivetone. HEX triplet: 76, 6E and 12. RGB value is (118,110,18). Sum of RGB (Red+Green+Blue) = 118+110+18=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 110 (43.36% from 255 or 44.72% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #766E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E12 is #8991ED. Grayscale: #666666. Windows color (decimal): -9015790 or 1207926. OLE color: 1207926.

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

Color convert

RGB 118 110 18 -
CMYK 0 0.07 0.85 0.54
HSL 55.2º 0.74% 0.27% -
HSV(B) 55.2º 0.85% 0.46% -
XYZ 13.16 15.05 2.78 -
YUV 101.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 118 110 18 0 0.07 0.85 0.54 55.2 0.74 0.27
Hex 76 6E 12 0 7 55 36 37 4A 1B
Octal 166 156 22 0 7 125 66 67 112 33
Binary 1110110 1101110 10010 0 111 1010101 110110 110111 1001010 11011

Color Harmonies of #766E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E12

Black with #766E12

Text Example


Text Example

White with #766E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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