#088754

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

Shades of Salem #088754

Tints of Salem #088754

Color information

#088754 (or 0x088754) is unknown color: approx Salem. HEX triplet: 08, 87 and 54. RGB value is (8,135,84). Sum of RGB (Red+Green+Blue) = 8+135+84=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 135 (53.12% from 255 or 59.47% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 135 - color contains mainly: green. Hex color #088754 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088754 is #F778AB. Grayscale: #5B5B5B. Windows color (decimal): -16218284 or 5539592. OLE color: 5539592.

HSL color Cylindrical-coordinate representation of color #088754: hue angle of 155.91º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088754 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB813584-
CMYK0.9400.380.47
HSL155.91º88.81%28.04%-
HSV(B)155.91º94.07%52.94%-
XYZ10.3618.0211.32-
YUV91.21123.9268.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.52%
GREEN value IS 135 (53.12% from 255) = 59.47%
BLUE value IS 84 (33.20% from 255) = 37.00%
R=3.52%
G=59.47%
B=37.00%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8135840.9400.380.47155.9188.8128.04
Hex887545E0262F9c591c
Octal102071241360465723413134
Binary10001000011110101001011110010011010111110011100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088754; }

 p { color: rgb(8,135,84); }

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

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

 a { background-color: rgb(8,135,84); }

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

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

 span { border-color: rgb(8,135,84); }

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