Html Css Color HEX #079E8C Persian Green

📋 copy color: '#079E8C'

red 7 ◦ green 158 ◦ blue 140

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

Shades of Persian Green #079E8C

Tints of Persian Green #079E8C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 51.8%

 BLUE value IS 140 (55.08% from 255) = 45.9%

R = 2.3%
G = 51.8%
B = 45.9%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#079E8C (or 0x079E8C) is known color: Persian Green. HEX triplet: 07, 9E and 8C. RGB value is (7,158,140). Sum of RGB (Red+Green+Blue) = 7+158+140=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 158 (62.11% from 255 or 51.80% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 158 - color contains mainly: green. Hex color #079E8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079E8C is #F86173. Grayscale: #6E6E6E. Windows color (decimal): -16277876 or 9215495. OLE color: 9215495.

HSL color Cylindrical-coordinate representation of color #079E8C: hue angle of 172.85º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079E8C is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 7 158 140 -
CMYK 0.96 0 0.11 0.38
HSL 172.85º 0.92% 0.32% -
HSV(B) 172.85º 0.96% 0.62% -
XYZ 17.05 26.39 29.01 -
YUV 110.8 144.47 53.96 -
System Red Green Blue C M Y K H S L
Decimal 7 158 140 0.96 0 0.11 0.38 172.85 0.92 0.32
Hex 7 9E 8C 60 0 B 26 AD 5C 20
Octal 7 236 214 140 0 13 46 255 134 40
Binary 111 10011110 10001100 1100000 0 1011 100110 10101101 1011100 100000

Color Harmonies of #079E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079E8C

Black with #079E8C

Text Example


Text Example

White with #079E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,158,140); }

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

background-color css

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

 a { background-color: rgb(7,158,140); }

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

border-color css

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

 span { border-color: rgb(7,158,140); }

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