#08784A

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

Shades of Salem #08784A

Tints of Salem #08784A

Color information

#08784A (or 0x08784A) is unknown color: approx Salem. HEX triplet: 08, 78 and 4A. RGB value is (8,120,74). Sum of RGB (Red+Green+Blue) = 8+120+74=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 120 (47.27% from 255 or 59.41% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 120 - color contains mainly: green. Hex color #08784A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08784A is #F787B5. Grayscale: #515151. Windows color (decimal): -16222134 or 4880392. OLE color: 4880392.

HSL color Cylindrical-coordinate representation of color #08784A: hue angle of 155.36º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08784A is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB812074-
CMYK0.9300.380.53
HSL155.36º87.5%25.1%-
HSV(B)155.36º93.33%47.06%-
XYZ8.0513.988.75-
YUV81.27123.8975.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.96%
GREEN value IS 120 (47.27% from 255) = 59.41%
BLUE value IS 74 (29.30% from 255) = 36.63%
R=3.96%
G=59.41%
B=36.63%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8120740.9300.380.53155.3687.525.1
Hex8784A5D026359b5819
Octal101701121350466523313031
Binary1000111100010010101011101010011011010110011011101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08784A; }

 p { color: rgb(8,120,74); }

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

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

 a { background-color: rgb(8,120,74); }

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

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

 span { border-color: rgb(8,120,74); }

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