Html Css Color HEX #079571 Observatory

📋 copy color: '#079571'

red 7 ◦ green 149 ◦ blue 113

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

Shades of Observatory #079571

Tints of Observatory #079571

RGB

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

 GREEN value IS 149 (58.59% from 255) = 55.39%

 BLUE value IS 113 (44.53% from 255) = 42.01%

R = 2.6%
G = 55.39%
B = 42.01%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#079571 (or 0x079571) is known color: Observatory. HEX triplet: 07, 95 and 71. RGB value is (7,149,113). Sum of RGB (Red+Green+Blue) = 7+149+113=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 149 (58.59% from 255 or 55.39% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 149 - color contains mainly: green. Hex color #079571 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079571 is #F86A8E. Grayscale: #666666. Windows color (decimal): -16280207 or 7443719. OLE color: 7443719.

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

Color convert

RGB 7 149 113 -
CMYK 0.95 0 0.24 0.42
HSL 164.79º 0.91% 0.31% -
HSV(B) 164.79º 0.95% 0.58% -
XYZ 13.82 22.73 19.28 -
YUV 102.44 133.96 59.93 -
System Red Green Blue C M Y K H S L
Decimal 7 149 113 0.95 0 0.24 0.42 164.79 0.91 0.31
Hex 7 95 71 5F 0 18 2A A5 5B 1F
Octal 7 225 161 137 0 30 52 245 133 37
Binary 111 10010101 1110001 1011111 0 11000 101010 10100101 1011011 11111

Color Harmonies of #079571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079571

Black with #079571

Text Example


Text Example

White with #079571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079571; }

 p { color: rgb(7,149,113); }

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

background-color css

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

 a { background-color: rgb(7,149,113); }

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

border-color css

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

 span { border-color: rgb(7,149,113); }

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