#737618

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

Shades of Olivetone #737618

Tints of Olivetone #737618

Color information

#737618 (or 0x737618) is unknown color: approx Olivetone. HEX triplet: 73, 76 and 18. RGB value is (115,118,24). Sum of RGB (Red+Green+Blue) = 115+118+24=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #737618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737618 is #8C89E7. Grayscale: #6A6A6A. Windows color (decimal): -9210344 or 1603187. OLE color: 1603187.

HSL color Cylindrical-coordinate representation of color #737618: hue angle of 61.91º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #737618 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB11511824-
CMYK0.0300.800.54
HSL61.91º66.2%27.84%-
HSV(B)61.91º79.66%46.27%-
XYZ13.7116.673.36-
YUV106.3981.51134.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.75%
GREEN value IS 118 (46.48% from 255) = 45.91%
BLUE value IS 24 (9.77% from 255) = 9.34%
R=44.75%
G=45.91%
B=9.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115118240.0300.800.5461.9166.227.84
Hex7376183050363e421c
Octal1631663030120667610234
Binary11100111110110110001101010000110110111110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737618; }

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

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

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

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

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

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

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

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