#07917F

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

Shades of Observatory #07917F

Tints of Observatory #07917F

Color information

#07917F (or 0x07917F) is unknown color: approx Observatory. HEX triplet: 07, 91 and 7F. RGB value is (7,145,127). Sum of RGB (Red+Green+Blue) = 7+145+127=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #07917F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07917F is #F86E80. Grayscale: #656565. Windows color (decimal): -16281217 or 8360199. OLE color: 8360199.

HSL color Cylindrical-coordinate representation of color #07917F: hue angle of 172.17º 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 #07917F is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB7145127-
CMYK0.9500.120.43
HSL172.17º90.79%29.8%-
HSV(B)172.17º95.17%56.86%-
XYZ14.0421.8323.55-
YUV101.69142.2860.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.51%
GREEN value IS 145 (57.03% from 255) = 51.97%
BLUE value IS 127 (50% from 255) = 45.52%
R=2.51%
G=51.97%
B=45.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71451270.9500.120.43172.1790.7929.8
Hex7917F5F0C2Bac5b1e
Octal72211771370145325413336
Binary11110010001111111110111110110010101110101100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07917F; }

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

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

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

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

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

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

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

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