Html Css Color HEX #766D11 Olivetone

📋 copy color: '#766D11'

red 118 ◦ green 109 ◦ blue 17

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

Shades of Olivetone #766D11

Tints of Olivetone #766D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.97%

R = 48.36%
G = 44.67%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#766D11 (or 0x766D11) is known color: Olivetone. HEX triplet: 76, 6D and 11. RGB value is (118,109,17). Sum of RGB (Red+Green+Blue) = 118+109+17=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 109 (42.97% from 255 or 44.67% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #766D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D11 is #8992EE. Grayscale: #656565. Windows color (decimal): -9016047 or 1142134. OLE color: 1142134.

HSL color Cylindrical-coordinate representation of color #766D11: hue angle of 54.65º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #766D11 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 109 17 -
CMYK 0 0.08 0.86 0.54
HSL 54.65º 0.75% 0.26% -
HSV(B) 54.65º 0.86% 0.46% -
XYZ 13.04 14.83 2.71 -
YUV 101.2 80.48 139.98 -
System Red Green Blue C M Y K H S L
Decimal 118 109 17 0 0.08 0.86 0.54 54.65 0.75 0.26
Hex 76 6D 11 0 8 56 36 37 4B 1A
Octal 166 155 21 0 10 126 66 67 113 32
Binary 1110110 1101101 10001 0 1000 1010110 110110 110111 1001011 11010

Color Harmonies of #766D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D11

Black with #766D11

Text Example


Text Example

White with #766D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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