Html Css Color HEX #747112 Olivetone

📋 copy color: '#747112'

red 116 ◦ green 113 ◦ blue 18

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

Shades of Olivetone #747112

Tints of Olivetone #747112

RGB

 RED value IS 116 (45.7% from 255) = 46.96%

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

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

R = 46.96%
G = 45.75%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#747112 (or 0x747112) is known color: Olivetone. HEX triplet: 74, 71 and 12. RGB value is (116,113,18). Sum of RGB (Red+Green+Blue) = 116+113+18=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #747112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747112 is #8B8EED. Grayscale: #676767. Windows color (decimal): -9146094 or 1208692. OLE color: 1208692.

HSL color Cylindrical-coordinate representation of color #747112: hue angle of 58.16º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #747112 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 113 18 -
CMYK 0 0.03 0.84 0.55
HSL 58.16º 0.73% 0.26% -
HSV(B) 58.16º 0.84% 0.45% -
XYZ 13.22 15.57 2.88 -
YUV 103.07 79.99 137.22 -
System Red Green Blue C M Y K H S L
Decimal 116 113 18 0 0.03 0.84 0.55 58.16 0.73 0.26
Hex 74 71 12 0 3 54 37 3A 49 1A
Octal 164 161 22 0 3 124 67 72 111 32
Binary 1110100 1110001 10010 0 11 1010100 110111 111010 1001001 11010

Color Harmonies of #747112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747112

Black with #747112

Text Example


Text Example

White with #747112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747112; }

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

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

background-color css

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

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

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

border-color css

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

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

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