#068A39

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

Shades of Salem #068A39

Tints of Salem #068A39

Color information

#068A39 (or 0x068A39) is unknown color: approx Salem. HEX triplet: 06, 8A and 39. RGB value is (6,138,57). Sum of RGB (Red+Green+Blue) = 6+138+57=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 138 (54.30% from 255 or 68.66% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 138 - color contains mainly: green. Hex color #068A39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068A39 is #F975C6. Grayscale: #595959. Windows color (decimal): -16348615 or 3770886. OLE color: 3770886.

HSL color Cylindrical-coordinate representation of color #068A39: hue angle of 143.18º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068A39 is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB613857-
CMYK0.9600.590.46
HSL143.18º91.67%28.24%-
HSV(B)143.18º95.65%54.12%-
XYZ9.918.516.92-
YUV89.3109.7768.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.99%
GREEN value IS 138 (54.30% from 255) = 68.66%
BLUE value IS 57 (22.66% from 255) = 28.36%
R=2.99%
G=68.66%
B=28.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6138570.9600.590.46143.1891.6728.24
Hex68A396003B2E8f5c1c
Octal6212711400735621713434
Binary110100010101110011100000011101110111010001111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068A39; }

 p { color: rgb(6,138,57); }

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

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

 a { background-color: rgb(6,138,57); }

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

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

 span { border-color: rgb(6,138,57); }

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