#068C48

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

Shades of Salem #068C48

Tints of Salem #068C48

Color information

#068C48 (or 0x068C48) is unknown color: approx Salem. HEX triplet: 06, 8C and 48. RGB value is (6,140,72). Sum of RGB (Red+Green+Blue) = 6+140+72=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 140 (55.08% from 255 or 64.22% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 140 - color contains mainly: green. Hex color #068C48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068C48 is #F973B7. Grayscale: #5C5C5C. Windows color (decimal): -16348088 or 4754438. OLE color: 4754438.

HSL color Cylindrical-coordinate representation of color #068C48: hue angle of 149.55º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068C48 is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB614072-
CMYK0.9600.490.45
HSL149.55º91.78%28.63%-
HSV(B)149.55º95.71%54.9%-
XYZ10.6219.269.29-
YUV92.18116.6166.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.75%
GREEN value IS 140 (55.08% from 255) = 64.22%
BLUE value IS 72 (28.52% from 255) = 33.03%
R=2.75%
G=64.22%
B=33.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6140720.9600.490.45149.5591.7828.63
Hex68C48600312D965c1d
Octal62141101400615522613435
Binary1101000110010010001100000011000110110110010110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,140,72); }

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

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

 a { background-color: rgb(6,140,72); }

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

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

 span { border-color: rgb(6,140,72); }

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