Html Css Color HEX #766E15 Olivetone

📋 copy color: '#766E15'

red 118 ◦ green 110 ◦ blue 21

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

Shades of Olivetone #766E15

Tints of Olivetone #766E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.43%

R = 47.39%
G = 44.18%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#766E15 (or 0x766E15) is known color: Olivetone. HEX triplet: 76, 6E and 15. RGB value is (118,110,21). Sum of RGB (Red+Green+Blue) = 118+110+21=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 110 (43.36% from 255 or 44.18% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #766E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E15 is #8991EA. Grayscale: #666666. Windows color (decimal): -9015787 or 1404534. OLE color: 1404534.

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

Color convert

RGB 118 110 21 -
CMYK 0 0.07 0.82 0.54
HSL 55.05º 0.7% 0.27% -
HSV(B) 55.05º 0.82% 0.46% -
XYZ 13.18 15.06 2.92 -
YUV 102.25 82.15 139.24 -
System Red Green Blue C M Y K H S L
Decimal 118 110 21 0 0.07 0.82 0.54 55.05 0.7 0.27
Hex 76 6E 15 0 7 52 36 37 46 1B
Octal 166 156 25 0 7 122 66 67 106 33
Binary 1110110 1101110 10101 0 111 1010010 110110 110111 1000110 11011

Color Harmonies of #766E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E15

Black with #766E15

Text Example


Text Example

White with #766E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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