#068754

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

Shades of Salem #068754

Tints of Salem #068754

Color information

#068754 (or 0x068754) is unknown color: approx Salem. HEX triplet: 06, 87 and 54. RGB value is (6,135,84). Sum of RGB (Red+Green+Blue) = 6+135+84=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 135 (53.12% from 255 or 60% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 135 - color contains mainly: green. Hex color #068754 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068754 is #F978AB. Grayscale: #5A5A5A. Windows color (decimal): -16349356 or 5539590. OLE color: 5539590.

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

Color convert

RGB613584-
CMYK0.9600.380.47
HSL156.28º91.49%27.65%-
HSV(B)156.28º95.56%52.94%-
XYZ10.3418.0111.32-
YUV90.61124.2667.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.67%
GREEN value IS 135 (53.12% from 255) = 60%
BLUE value IS 84 (33.20% from 255) = 37.33%
R=2.67%
G=60%
B=37.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6135840.9600.380.47156.2891.4927.65
Hex68754600262F9c5b1c
Octal62071241400465723413334
Binary1101000011110101001100000010011010111110011100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068754; }

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

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

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

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

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

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

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

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