#078962

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

Shades of Observatory #078962

Tints of Observatory #078962

Color information

#078962 (or 0x078962) is unknown color: approx Observatory. HEX triplet: 07, 89 and 62. RGB value is (7,137,98). Sum of RGB (Red+Green+Blue) = 7+137+98=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 137 (53.91% from 255 or 56.61% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 137 - color contains mainly: green. Hex color #078962 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078962 is #F8769D. Grayscale: #5D5D5D. Windows color (decimal): -16283294 or 6457607. OLE color: 6457607.

HSL color Cylindrical-coordinate representation of color #078962: hue angle of 162º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078962 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB713798-
CMYK0.9500.280.46
HSL162º90.28%28.24%-
HSV(B)162º94.89%53.73%-
XYZ11.2418.8214.6-
YUV93.68130.4366.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.89%
GREEN value IS 137 (53.91% from 255) = 56.61%
BLUE value IS 98 (38.67% from 255) = 40.50%
R=2.89%
G=56.61%
B=40.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7137980.9500.280.4616290.2828.24
Hex789625F01C2Ea25a1c
Octal72111421370345624213234
Binary111100010011100010101111101110010111010100010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078962; }

 p { color: rgb(7,137,98); }

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

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

 a { background-color: rgb(7,137,98); }

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

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

 span { border-color: rgb(7,137,98); }

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