Html Css Color HEX #766E16 Olivetone

📋 copy color: '#766E16'

red 118 ◦ green 110 ◦ blue 22

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

Shades of Olivetone #766E16

Tints of Olivetone #766E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.8%

R = 47.2%
G = 44%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#766E16 (or 0x766E16) is known color: Olivetone. HEX triplet: 76, 6E and 16. RGB value is (118,110,22). Sum of RGB (Red+Green+Blue) = 118+110+22=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #766E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E16 is #8991E9. Grayscale: #666666. Windows color (decimal): -9015786 or 1470070. OLE color: 1470070.

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

Color convert

RGB 118 110 22 -
CMYK 0 0.07 0.81 0.54
HSL 55º 0.69% 0.27% -
HSV(B) 55º 0.81% 0.46% -
XYZ 13.19 15.06 2.97 -
YUV 102.36 82.65 139.16 -
System Red Green Blue C M Y K H S L
Decimal 118 110 22 0 0.07 0.81 0.54 55 0.69 0.27
Hex 76 6E 16 0 7 51 36 37 45 1B
Octal 166 156 26 0 7 121 66 67 105 33
Binary 1110110 1101110 10110 0 111 1010001 110110 110111 1000101 11011

Color Harmonies of #766E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E16

Black with #766E16

Text Example


Text Example

White with #766E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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