#737612

Color #737612 Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #737612

Tints of Olivetone #737612

Color information

#737612 (or 0x737612) is unknown color: approx Olivetone. HEX triplet: 73, 76 and 12. RGB value is (115,118,18). Sum of RGB (Red+Green+Blue) = 115+118+18=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #737612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737612 is #8C89ED. Grayscale: #6A6A6A. Windows color (decimal): -9210350 or 1209971. OLE color: 1209971.

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

Color convert

RGB11511818-
CMYK0.0300.850.54
HSL61.8º73.53%26.67%-
HSV(B)61.8º84.75%46.27%-
XYZ13.6616.653.07-
YUV105.778.51134.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.82%
GREEN value IS 118 (46.48% from 255) = 47.01%
BLUE value IS 18 (7.42% from 255) = 7.17%
R=45.82%
G=47.01%
B=7.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115118180.0300.850.5461.873.5326.67
Hex7376123055363e4a1b
Octal1631662230125667611233
Binary11100111110110100101101010101110110111110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737612; }

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

 H1.HeaderClassName
 {
   color: #737612;
 }
 .AnyTagClassName
 {
   color: #737612;
 }
</style>
background-color css

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

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

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

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

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

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