Html Css Color HEX #766D14 Olivetone

📋 copy color: '#766D14'

red 118 ◦ green 109 ◦ blue 20

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

Shades of Olivetone #766D14

Tints of Olivetone #766D14

RGB

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

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

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

R = 47.77%
G = 44.13%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#766D14 (or 0x766D14) is known color: Olivetone. HEX triplet: 76, 6D and 14. RGB value is (118,109,20). Sum of RGB (Red+Green+Blue) = 118+109+20=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #766D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D14 is #8992EB. Grayscale: #656565. Windows color (decimal): -9016044 or 1338742. OLE color: 1338742.

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

Color convert

RGB 118 109 20 -
CMYK 0 0.08 0.83 0.54
HSL 54.49º 0.71% 0.27% -
HSV(B) 54.49º 0.83% 0.46% -
XYZ 13.07 14.84 2.84 -
YUV 101.55 81.98 139.74 -
System Red Green Blue C M Y K H S L
Decimal 118 109 20 0 0.08 0.83 0.54 54.49 0.71 0.27
Hex 76 6D 14 0 8 53 36 36 47 1B
Octal 166 155 24 0 10 123 66 66 107 33
Binary 1110110 1101101 10100 0 1000 1010011 110110 110110 1000111 11011

Color Harmonies of #766D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D14

Black with #766D14

Text Example


Text Example

White with #766D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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