Html Css Color HEX #766E13 Olivetone

📋 copy color: '#766E13'

red 118 ◦ green 110 ◦ blue 19

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

Shades of Olivetone #766E13

Tints of Olivetone #766E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.69%

R = 47.77%
G = 44.53%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#766E13 (or 0x766E13) is known color: Olivetone. HEX triplet: 76, 6E and 13. RGB value is (118,110,19). Sum of RGB (Red+Green+Blue) = 118+110+19=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 110 (43.36% from 255 or 44.53% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #766E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E13 is #8991EC. Grayscale: #666666. Windows color (decimal): -9015789 or 1273462. OLE color: 1273462.

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

Color convert

RGB 118 110 19 -
CMYK 0 0.07 0.84 0.54
HSL 55.15º 0.72% 0.27% -
HSV(B) 55.15º 0.84% 0.46% -
XYZ 13.16 15.05 2.83 -
YUV 102.02 81.15 139.4 -
System Red Green Blue C M Y K H S L
Decimal 118 110 19 0 0.07 0.84 0.54 55.15 0.72 0.27
Hex 76 6E 13 0 7 54 36 37 48 1B
Octal 166 156 23 0 7 124 66 67 110 33
Binary 1110110 1101110 10011 0 111 1010100 110110 110111 1001000 11011

Color Harmonies of #766E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E13

Black with #766E13

Text Example


Text Example

White with #766E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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