#079995

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

Shades of Persian Green #079995

Tints of Persian Green #079995

Color information

#079995 (or 0x079995) is unknown color: approx Persian Green. HEX triplet: 07, 99 and 95. RGB value is (7,153,149). Sum of RGB (Red+Green+Blue) = 7+153+149=309 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #079995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079995 is #F8666A. Grayscale: #6C6C6C. Windows color (decimal): -16279147 or 9804039. OLE color: 9804039.

HSL color Cylindrical-coordinate representation of color #079995: hue angle of 178.36º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079995 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB7153149-
CMYK0.9500.030.4
HSL178.36º91.25%31.37%-
HSV(B)178.36º95.42%60%-
XYZ16.92532.37-
YUV108.89150.6355.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.27%
GREEN value IS 153 (60.16% from 255) = 49.51%
BLUE value IS 149 (58.59% from 255) = 48.22%
R=2.27%
G=49.51%
B=48.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal71531490.9500.030.4178.3691.2531.37
Hex799955F0328b25b1f
Octal7231225137035026213337
Binary1111001100110010101101111101110100010110010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079995; }

 p { color: rgb(7,153,149); }

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

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

 a { background-color: rgb(7,153,149); }

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

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

 span { border-color: rgb(7,153,149); }

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