#068354

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

Shades of Salem #068354

Tints of Salem #068354

Color information

#068354 (or 0x068354) is unknown color: approx Salem. HEX triplet: 06, 83 and 54. RGB value is (6,131,84). Sum of RGB (Red+Green+Blue) = 6+131+84=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 131 (51.56% from 255 or 59.28% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 131 - color contains mainly: green. Hex color #068354 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068354 is #F97CAB. Grayscale: #585858. Windows color (decimal): -16350380 or 5538566. OLE color: 5538566.

HSL color Cylindrical-coordinate representation of color #068354: hue angle of 157.44º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068354 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB613184-
CMYK0.9500.360.49
HSL157.44º91.24%26.86%-
HSV(B)157.44º95.42%51.37%-
XYZ9.7916.9111.14-
YUV88.27125.5969.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.71%
GREEN value IS 131 (51.56% from 255) = 59.28%
BLUE value IS 84 (33.20% from 255) = 38.01%
R=2.71%
G=59.28%
B=38.01%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6131840.9500.360.49157.4491.2426.86
Hex683545F024319d5b1b
Octal62031241370446123513333
Binary1101000001110101001011111010010011000110011101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068354; }

 p { color: rgb(6,131,84); }

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

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

 a { background-color: rgb(6,131,84); }

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

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

 span { border-color: rgb(6,131,84); }

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