#078A3A

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

Shades of Salem #078A3A

Tints of Salem #078A3A

Color information

#078A3A (or 0x078A3A) is unknown color: approx Salem. HEX triplet: 07, 8A and 3A. RGB value is (7,138,58). Sum of RGB (Red+Green+Blue) = 7+138+58=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 138 (54.30% from 255 or 67.98% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 138 - color contains mainly: green. Hex color #078A3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078A3A is #F875C5. Grayscale: #595959. Windows color (decimal): -16283078 or 3836423. OLE color: 3836423.

HSL color Cylindrical-coordinate representation of color #078A3A: hue angle of 143.36º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078A3A is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB713858-
CMYK0.9500.580.46
HSL143.36º90.34%28.43%-
HSV(B)143.36º94.93%54.12%-
XYZ9.9418.537.06-
YUV89.71110.169-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.45%
GREEN value IS 138 (54.30% from 255) = 67.98%
BLUE value IS 58 (23.05% from 255) = 28.57%
R=3.45%
G=67.98%
B=28.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7138580.9500.580.46143.3690.3428.43
Hex78A3A5F03A2E8f5a1c
Octal7212721370725621713234
Binary111100010101110101011111011101010111010001111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078A3A; }

 p { color: rgb(7,138,58); }

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

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

 a { background-color: rgb(7,138,58); }

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

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

 span { border-color: rgb(7,138,58); }

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