#068741

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

Shades of Salem #068741

Tints of Salem #068741

Color information

#068741 (or 0x068741) is unknown color: approx Salem. HEX triplet: 06, 87 and 41. RGB value is (6,135,65). Sum of RGB (Red+Green+Blue) = 6+135+65=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 135 (53.12% from 255 or 65.53% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 135 - color contains mainly: green. Hex color #068741 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068741 is #F978BE. Grayscale: #585858. Windows color (decimal): -16349375 or 4294406. OLE color: 4294406.

HSL color Cylindrical-coordinate representation of color #068741: hue angle of 147.44º 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 #068741 is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB613565-
CMYK0.9600.520.47
HSL147.44º91.49%27.65%-
HSV(B)147.44º95.56%52.94%-
XYZ9.6917.757.92-
YUV88.45114.7669.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.91%
GREEN value IS 135 (53.12% from 255) = 65.53%
BLUE value IS 65 (25.78% from 255) = 31.55%
R=2.91%
G=65.53%
B=31.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6135650.9600.520.47147.4491.4927.65
Hex68741600342F935b1c
Octal62071011400645722313334
Binary1101000011110000011100000011010010111110010011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068741; }

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

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

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

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

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

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

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

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