Html Css Color HEX #767112 Olivetone

📋 copy color: '#767112'

red 118 ◦ green 113 ◦ blue 18

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

Shades of Olivetone #767112

Tints of Olivetone #767112

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.38%

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

R = 47.39%
G = 45.38%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#767112 (or 0x767112) is known color: Olivetone. HEX triplet: 76, 71 and 12. RGB value is (118,113,18). Sum of RGB (Red+Green+Blue) = 118+113+18=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #767112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767112 is #898EED. Grayscale: #686868. Windows color (decimal): -9015022 or 1208694. OLE color: 1208694.

HSL color Cylindrical-coordinate representation of color #767112: hue angle of 57º 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 #767112 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 113 18 -
CMYK 0 0.04 0.85 0.54
HSL 57º 0.74% 0.27% -
HSV(B) 57º 0.85% 0.46% -
XYZ 13.49 15.71 2.89 -
YUV 103.67 79.66 138.22 -
System Red Green Blue C M Y K H S L
Decimal 118 113 18 0 0.04 0.85 0.54 57 0.74 0.27
Hex 76 71 12 0 4 55 36 39 4A 1B
Octal 166 161 22 0 4 125 66 71 112 33
Binary 1110110 1110001 10010 0 100 1010101 110110 111001 1001010 11011

Color Harmonies of #767112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767112

Black with #767112

Text Example


Text Example

White with #767112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767112; }

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

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

background-color css

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

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

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

border-color css

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

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

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