#737614

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

Shades of Olivetone #737614

Tints of Olivetone #737614

Color information

#737614 (or 0x737614) is unknown color: approx Olivetone. HEX triplet: 73, 76 and 14. RGB value is (115,118,20). Sum of RGB (Red+Green+Blue) = 115+118+20=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #737614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737614 is #8C89EB. Grayscale: #6A6A6A. Windows color (decimal): -9210348 or 1341043. OLE color: 1341043.

HSL color Cylindrical-coordinate representation of color #737614: hue angle of 61.84º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #737614 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB11511820-
CMYK0.0300.830.54
HSL61.84º71.01%27.06%-
HSV(B)61.84º83.05%46.27%-
XYZ13.6716.653.16-
YUV105.9379.51134.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.45%
GREEN value IS 118 (46.48% from 255) = 46.64%
BLUE value IS 20 (8.20% from 255) = 7.91%
R=45.45%
G=46.64%
B=7.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115118200.0300.830.5461.8471.0127.06
Hex7376143053363e471b
Octal1631662430123667610733
Binary11100111110110101001101010011110110111110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737614; }

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

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

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

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

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

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

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

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