#079B8E

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

Shades of Persian Green #079B8E

Tints of Persian Green #079B8E

Color information

#079B8E (or 0x079B8E) is unknown color: approx Persian Green. HEX triplet: 07, 9B and 8E. RGB value is (7,155,142). Sum of RGB (Red+Green+Blue) = 7+155+142=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #079B8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079B8E is #F86471. Grayscale: #6D6D6D. Windows color (decimal): -16278642 or 9345799. OLE color: 9345799.

HSL color Cylindrical-coordinate representation of color #079B8E: hue angle of 174.73º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079B8E is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB7155142-
CMYK0.9500.080.39
HSL174.73º91.36%31.76%-
HSV(B)174.73º95.48%60.78%-
XYZ16.6925.4429.62-
YUV109.27146.4755.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.30%
GREEN value IS 155 (60.94% from 255) = 50.99%
BLUE value IS 142 (55.86% from 255) = 46.71%
R=2.30%
G=50.99%
B=46.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71551420.9500.080.39174.7391.3631.76
Hex79B8E5F0827af5b20
Octal72332161370104725713340
Binary1111001101110001110101111101000100111101011111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079B8E; }

 p { color: rgb(7,155,142); }

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

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

 a { background-color: rgb(7,155,142); }

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

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

 span { border-color: rgb(7,155,142); }

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