Html Css Color HEX #737112 Olivetone

📋 copy color: '#737112'

red 115 ◦ green 113 ◦ blue 18

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

Shades of Olivetone #737112

Tints of Olivetone #737112

RGB

 RED value IS 115 (45.31% from 255) = 46.75%

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

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

R = 46.75%
G = 45.93%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#737112 (or 0x737112) is known color: Olivetone. HEX triplet: 73, 71 and 12. RGB value is (115,113,18). Sum of RGB (Red+Green+Blue) = 115+113+18=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #737112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737112 is #8C8EED. Grayscale: #676767. Windows color (decimal): -9211630 or 1208691. OLE color: 1208691.

HSL color Cylindrical-coordinate representation of color #737112: hue angle of 58.76º 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 #737112 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 113 18 -
CMYK 0 0.02 0.84 0.55
HSL 58.76º 0.73% 0.26% -
HSV(B) 58.76º 0.84% 0.45% -
XYZ 13.08 15.5 2.87 -
YUV 102.77 80.16 136.72 -
System Red Green Blue C M Y K H S L
Decimal 115 113 18 0 0.02 0.84 0.55 58.76 0.73 0.26
Hex 73 71 12 0 2 54 37 3B 49 1A
Octal 163 161 22 0 2 124 67 73 111 32
Binary 1110011 1110001 10010 0 10 1010100 110111 111011 1001001 11010

Color Harmonies of #737112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737112

Black with #737112

Text Example


Text Example

White with #737112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737112; }

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

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

background-color css

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

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

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

border-color css

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

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

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