Html Css Color HEX #766F14 Olivetone

📋 copy color: '#766F14'

red 118 ◦ green 111 ◦ blue 20

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

Shades of Olivetone #766F14

Tints of Olivetone #766F14

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.58%

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

R = 47.39%
G = 44.58%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#766F14 (or 0x766F14) is known color: Olivetone. HEX triplet: 76, 6F and 14. RGB value is (118,111,20). Sum of RGB (Red+Green+Blue) = 118+111+20=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #766F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766F14 is #8990EB. Grayscale: #676767. Windows color (decimal): -9015532 or 1339254. OLE color: 1339254.

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

Color convert

RGB 118 111 20 -
CMYK 0 0.06 0.83 0.54
HSL 55.71º 0.71% 0.27% -
HSV(B) 55.71º 0.83% 0.46% -
XYZ 13.28 15.27 2.91 -
YUV 102.72 81.32 138.9 -
System Red Green Blue C M Y K H S L
Decimal 118 111 20 0 0.06 0.83 0.54 55.71 0.71 0.27
Hex 76 6F 14 0 6 53 36 38 47 1B
Octal 166 157 24 0 6 123 66 70 107 33
Binary 1110110 1101111 10100 0 110 1010011 110110 111000 1000111 11011

Color Harmonies of #766F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F14

Black with #766F14

Text Example


Text Example

White with #766F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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