#068654

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

Shades of Salem #068654

Tints of Salem #068654

Color information

#068654 (or 0x068654) is unknown color: approx Salem. HEX triplet: 06, 86 and 54. RGB value is (6,134,84). Sum of RGB (Red+Green+Blue) = 6+134+84=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 134 (52.73% from 255 or 59.82% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 134 - color contains mainly: green. Hex color #068654 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068654 is #F979AB. Grayscale: #5A5A5A. Windows color (decimal): -16349612 or 5539334. OLE color: 5539334.

HSL color Cylindrical-coordinate representation of color #068654: hue angle of 156.56º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068654 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB613484-
CMYK0.9600.370.47
HSL156.56º91.43%27.45%-
HSV(B)156.56º95.52%52.55%-
XYZ10.217.7311.27-
YUV90.03124.5968.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.68%
GREEN value IS 134 (52.73% from 255) = 59.82%
BLUE value IS 84 (33.20% from 255) = 37.5%
R=2.68%
G=59.82%
B=37.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6134840.9600.370.47156.5691.4327.45
Hex68654600252F9d5b1b
Octal62061241400455723513333
Binary1101000011010101001100000010010110111110011101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068654; }

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

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

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

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

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

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

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

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