Html Css Color HEX #079B86 Persian Green

📋 copy color: '#079B86'

red 7 ◦ green 155 ◦ blue 134

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

Shades of Persian Green #079B86

Tints of Persian Green #079B86

RGB

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

 GREEN value IS 155 (60.94% from 255) = 52.36%

 BLUE value IS 134 (52.73% from 255) = 45.27%

R = 2.36%
G = 52.36%
B = 45.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#079B86 (or 0x079B86) is known color: Persian Green. HEX triplet: 07, 9B and 86. RGB value is (7,155,134). Sum of RGB (Red+Green+Blue) = 7+155+134=296 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 296); Green value is 155 (60.94% from 255 or 52.36% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 155 - color contains mainly: green. Hex color #079B86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079B86 is #F86479. Grayscale: #6C6C6C. Windows color (decimal): -16278650 or 8821511. OLE color: 8821511.

HSL color Cylindrical-coordinate representation of color #079B86: hue angle of 171.49º 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 #079B86 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 155 134 -
CMYK 0.95 0 0.14 0.39
HSL 171.49º 0.91% 0.32% -
HSV(B) 171.49º 0.95% 0.61% -
XYZ 16.11 25.21 26.57 -
YUV 108.35 142.47 55.71 -
System Red Green Blue C M Y K H S L
Decimal 7 155 134 0.95 0 0.14 0.39 171.49 0.91 0.32
Hex 7 9B 86 5F 0 E 27 AB 5B 20
Octal 7 233 206 137 0 16 47 253 133 40
Binary 111 10011011 10000110 1011111 0 1110 100111 10101011 1011011 100000

Color Harmonies of #079B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079B86

Black with #079B86

Text Example


Text Example

White with #079B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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