Html Css Color HEX #766E14 Olivetone

📋 copy color: '#766E14'

red 118 ◦ green 110 ◦ blue 20

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

Shades of Olivetone #766E14

Tints of Olivetone #766E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.06%

R = 47.58%
G = 44.35%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#766E14 (or 0x766E14) is known color: Olivetone. HEX triplet: 76, 6E and 14. RGB value is (118,110,20). Sum of RGB (Red+Green+Blue) = 118+110+20=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #766E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E14 is #8991EB. Grayscale: #666666. Windows color (decimal): -9015788 or 1338998. OLE color: 1338998.

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

Color convert

RGB 118 110 20 -
CMYK 0 0.07 0.83 0.54
HSL 55.1º 0.71% 0.27% -
HSV(B) 55.1º 0.83% 0.46% -
XYZ 13.17 15.05 2.87 -
YUV 102.13 81.65 139.32 -
System Red Green Blue C M Y K H S L
Decimal 118 110 20 0 0.07 0.83 0.54 55.1 0.71 0.27
Hex 76 6E 14 0 7 53 36 37 47 1B
Octal 166 156 24 0 7 123 66 67 107 33
Binary 1110110 1101110 10100 0 111 1010011 110110 110111 1000111 11011

Color Harmonies of #766E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E14

Black with #766E14

Text Example


Text Example

White with #766E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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