#068C40

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

Shades of Salem #068C40

Tints of Salem #068C40

Color information

#068C40 (or 0x068C40) is unknown color: approx Salem. HEX triplet: 06, 8C and 40. RGB value is (6,140,64). Sum of RGB (Red+Green+Blue) = 6+140+64=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 140 (55.08% from 255 or 66.67% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 140 - color contains mainly: green. Hex color #068C40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068C40 is #F973BF. Grayscale: #5B5B5B. Windows color (decimal): -16348096 or 4230150. OLE color: 4230150.

HSL color Cylindrical-coordinate representation of color #068C40: hue angle of 145.97º 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 #068C40 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB614064-
CMYK0.9600.540.45
HSL145.97º91.78%28.63%-
HSV(B)145.97º95.71%54.9%-
XYZ10.3819.178-
YUV91.27112.6167.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.86%
GREEN value IS 140 (55.08% from 255) = 66.67%
BLUE value IS 64 (25.39% from 255) = 30.48%
R=2.86%
G=66.67%
B=30.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6140640.9600.540.45145.9791.7828.63
Hex68C40600362D925c1d
Octal62141001400665522213435
Binary1101000110010000001100000011011010110110010010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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