Html Css Color HEX #079894 Persian Green

📋 copy color: '#079894'

red 7 ◦ green 152 ◦ blue 148

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

Shades of Persian Green #079894

Tints of Persian Green #079894

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.51%

 BLUE value IS 148 (58.2% from 255) = 48.21%

R = 2.28%
G = 49.51%
B = 48.21%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#079894 (or 0x079894) is known color: Persian Green. HEX triplet: 07, 98 and 94. RGB value is (7,152,148). Sum of RGB (Red+Green+Blue) = 7+152+148=307 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.28% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #079894 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079894 is #F8676B. Grayscale: #6C6C6C. Windows color (decimal): -16279404 or 9738247. OLE color: 9738247.

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

Color convert

RGB 7 152 148 -
CMYK 0.95 0 0.03 0.40
HSL 178.34º 0.91% 0.31% -
HSV(B) 178.34º 0.95% 0.6% -
XYZ 16.66 24.64 31.89 -
YUV 108.19 150.46 55.83 -
System Red Green Blue C M Y K H S L
Decimal 7 152 148 0.95 0 0.03 0.40 178.34 0.91 0.31
Hex 7 98 94 5F 0 3 28 B2 5B 1F
Octal 7 230 224 137 0 3 50 262 133 37
Binary 111 10011000 10010100 1011111 0 11 101000 10110010 1011011 11111

Color Harmonies of #079894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079894

Black with #079894

Text Example


Text Example

White with #079894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079894; }

 p { color: rgb(7,152,148); }

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

background-color css

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

 a { background-color: rgb(7,152,148); }

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

border-color css

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

 span { border-color: rgb(7,152,148); }

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