Html Css Color HEX #766D16 Olivetone

📋 copy color: '#766D16'

red 118 ◦ green 109 ◦ blue 22

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

Shades of Olivetone #766D16

Tints of Olivetone #766D16

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.78%

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

R = 47.39%
G = 43.78%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#766D16 (or 0x766D16) is known color: Olivetone. HEX triplet: 76, 6D and 16. RGB value is (118,109,22). Sum of RGB (Red+Green+Blue) = 118+109+22=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 109 (42.97% from 255 or 43.78% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #766D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D16 is #8992E9. Grayscale: #666666. Windows color (decimal): -9016042 or 1469814. OLE color: 1469814.

HSL color Cylindrical-coordinate representation of color #766D16: hue angle of 54.38º 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 #766D16 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 109 22 -
CMYK 0 0.08 0.81 0.54
HSL 54.38º 0.69% 0.27% -
HSV(B) 54.38º 0.81% 0.46% -
XYZ 13.08 14.85 2.94 -
YUV 101.77 82.98 139.57 -
System Red Green Blue C M Y K H S L
Decimal 118 109 22 0 0.08 0.81 0.54 54.38 0.69 0.27
Hex 76 6D 16 0 8 51 36 36 45 1B
Octal 166 155 26 0 10 121 66 66 105 33
Binary 1110110 1101101 10110 0 1000 1010001 110110 110110 1000101 11011

Color Harmonies of #766D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D16

Black with #766D16

Text Example


Text Example

White with #766D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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