Html Css Color HEX #079A8A Persian Green

📋 copy color: '#079A8A'

red 7 ◦ green 154 ◦ blue 138

#079A8A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #079A8A

Tints of Persian Green #079A8A

RGB

 RED value IS 7 (3.13% from 255) = 2.34%

 GREEN value IS 154 (60.55% from 255) = 51.51%

 BLUE value IS 138 (54.3% from 255) = 46.15%

R = 2.34%
G = 51.51%
B = 46.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#079A8A (or 0x079A8A) is known color: Persian Green. HEX triplet: 07, 9A and 8A. RGB value is (7,154,138). Sum of RGB (Red+Green+Blue) = 7+154+138=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 154 (60.55% from 255 or 51.51% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 154 - color contains mainly: green. Hex color #079A8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079A8A is #F86575. Grayscale: #6C6C6C. Windows color (decimal): -16278902 or 9083399. OLE color: 9083399.

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

Color convert

RGB 7 154 138 -
CMYK 0.95 0 0.10 0.40
HSL 173.47º 0.91% 0.32% -
HSV(B) 173.47º 0.95% 0.6% -
XYZ 16.23 24.99 28.01 -
YUV 108.22 144.8 55.8 -
System Red Green Blue C M Y K H S L
Decimal 7 154 138 0.95 0 0.10 0.40 173.47 0.91 0.32
Hex 7 9A 8A 5F 0 A 28 AD 5B 20
Octal 7 232 212 137 0 12 50 255 133 40
Binary 111 10011010 10001010 1011111 0 1010 101000 10101101 1011011 100000

Color Harmonies of #079A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079A8A

Black with #079A8A

Text Example


Text Example

White with #079A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #079A8A;
 }
 .AnyTagClassName
 {
   color: #079A8A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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