#079271

Color #079271 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #079271

Tints of Observatory #079271

Color information

#079271 (or 0x079271) is unknown color: approx Observatory. HEX triplet: 07, 92 and 71. RGB value is (7,146,113). Sum of RGB (Red+Green+Blue) = 7+146+113=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #079271 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079271 is #F86D8E. Grayscale: #646464. Windows color (decimal): -16280975 or 7442951. OLE color: 7442951.

HSL color Cylindrical-coordinate representation of color #079271: hue angle of 165.76º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079271 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB7146113-
CMYK0.9500.230.43
HSL165.76º90.85%30%-
HSV(B)165.76º95.21%57.25%-
XYZ13.3521.819.13-
YUV100.68134.9561.18-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.63%
GREEN value IS 146 (57.42% from 255) = 54.89%
BLUE value IS 113 (44.53% from 255) = 42.48%
R=2.63%
G=54.89%
B=42.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71461130.9500.230.43165.7690.8530
Hex792715F0172Ba65b1e
Octal72221611370275324613336
Binary111100100101110001101111101011110101110100110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079271; }

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

 H1.HeaderClassName
 {
   color: #079271;
 }
 .AnyTagClassName
 {
   color: #079271;
 }
</style>
background-color css

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

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

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

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

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

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