Html Css Color HEX #079DA0 Persian Green

📋 copy color: '#079DA0'

red 7 ◦ green 157 ◦ blue 160

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

Shades of Persian Green #079DA0

Tints of Persian Green #079DA0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 48.46%

 BLUE value IS 160 (62.89% from 255) = 49.38%

R = 2.16%
G = 48.46%
B = 49.38%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#079DA0 (or 0x079DA0) is known color: Persian Green. HEX triplet: 07, 9D and A0. RGB value is (7,157,160). Sum of RGB (Red+Green+Blue) = 7+157+160=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 157 (61.72% from 255 or 48.46% from 324); Blue value is 160 (62.89% from 255 or 49.38% from 324); Max value from RGB is 160 - color contains mainly: blue. Hex color #079DA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079DA0 is #F8625F. Grayscale: #707070. Windows color (decimal): -16278112 or 10525959. OLE color: 10525959.

HSL color Cylindrical-coordinate representation of color #079DA0: hue angle of 181.18º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079DA0 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 7 157 160 -
CMYK 0.96 0.02 0 0.37
HSL 181.18º 0.92% 0.33% -
HSV(B) 181.18º 0.96% 0.63% -
XYZ 18.49 26.7 37.44 -
YUV 112.49 154.81 52.76 -
System Red Green Blue C M Y K H S L
Decimal 7 157 160 0.96 0.02 0 0.37 181.18 0.92 0.33
Hex 7 9D A0 60 2 0 25 B5 5C 21
Octal 7 235 240 140 2 0 45 265 134 41
Binary 111 10011101 10100000 1100000 10 0 100101 10110101 1011100 100001

Color Harmonies of #079DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079DA0

Black with #079DA0

Text Example


Text Example

White with #079DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,157,160); }

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

background-color css

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

 a { background-color: rgb(7,157,160); }

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

border-color css

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

 span { border-color: rgb(7,157,160); }

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