Html Css Color HEX #079B91 Persian Green

📋 copy color: '#079B91'

red 7 ◦ green 155 ◦ blue 145

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

Shades of Persian Green #079B91

Tints of Persian Green #079B91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 47.23%

R = 2.28%
G = 50.49%
B = 47.23%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#079B91 (or 0x079B91) is known color: Persian Green. HEX triplet: 07, 9B and 91. RGB value is (7,155,145). Sum of RGB (Red+Green+Blue) = 7+155+145=307 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.28% from 307); Green value is 155 (60.94% from 255 or 50.49% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 155 - color contains mainly: green. Hex color #079B91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079B91 is #F8646E. Grayscale: #6D6D6D. Windows color (decimal): -16278639 or 9542407. OLE color: 9542407.

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

Color convert

RGB 7 155 145 -
CMYK 0.95 0 0.06 0.39
HSL 175.95º 0.91% 0.32% -
HSV(B) 175.95º 0.95% 0.61% -
XYZ 16.92 25.53 30.82 -
YUV 109.61 147.97 54.81 -
System Red Green Blue C M Y K H S L
Decimal 7 155 145 0.95 0 0.06 0.39 175.95 0.91 0.32
Hex 7 9B 91 5F 0 6 27 B0 5B 20
Octal 7 233 221 137 0 6 47 260 133 40
Binary 111 10011011 10010001 1011111 0 110 100111 10110000 1011011 100000

Color Harmonies of #079B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079B91

Black with #079B91

Text Example


Text Example

White with #079B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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