Html Css Color HEX #766F12 Olivetone

📋 copy color: '#766F12'

red 118 ◦ green 111 ◦ blue 18

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

Shades of Olivetone #766F12

Tints of Olivetone #766F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.29%

R = 47.77%
G = 44.94%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#766F12 (or 0x766F12) is known color: Olivetone. HEX triplet: 76, 6F and 12. RGB value is (118,111,18). Sum of RGB (Red+Green+Blue) = 118+111+18=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #766F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766F12 is #8990ED. Grayscale: #666666. Windows color (decimal): -9015534 or 1208182. OLE color: 1208182.

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

Color convert

RGB 118 111 18 -
CMYK 0 0.06 0.85 0.54
HSL 55.8º 0.74% 0.27% -
HSV(B) 55.8º 0.85% 0.46% -
XYZ 13.26 15.26 2.82 -
YUV 102.49 80.32 139.06 -
System Red Green Blue C M Y K H S L
Decimal 118 111 18 0 0.06 0.85 0.54 55.8 0.74 0.27
Hex 76 6F 12 0 6 55 36 38 4A 1B
Octal 166 157 22 0 6 125 66 70 112 33
Binary 1110110 1101111 10010 0 110 1010101 110110 111000 1001010 11011

Color Harmonies of #766F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F12

Black with #766F12

Text Example


Text Example

White with #766F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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