#00956D

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

Shades of Observatory #00956D

Tints of Observatory #00956D

Color information

#00956D (or 0x00956D) is unknown color: approx Observatory. HEX triplet: 00, 95 and 6D. RGB value is (0,149,109). Sum of RGB (Red+Green+Blue) = 0+149+109=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #00956D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00956D is #FF6A92. Grayscale: #636363. Windows color (decimal): -16738963 or 7181568. OLE color: 7181568.

HSL color Cylindrical-coordinate representation of color #00956D: hue angle of 163.89º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00956D is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB0149109-
CMYK100.270.42
HSL163.89º100%29.22%-
HSV(B)163.89º100%58.43%-
XYZ13.5122.618.12-
YUV99.89133.1456.75-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 149 (58.59% from 255) = 57.75%
BLUE value IS 109 (42.97% from 255) = 42.25%
R=0%
G=57.75%
B=42.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal0149109100.270.42163.8910029.22
Hex0956D6401B2Aa4641d
Octal02251551440335224414435
Binary0100101011101101110010001101110101010100100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00956D; }

 p { color: rgb(0,149,109); }

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

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

 a { background-color: rgb(0,149,109); }

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

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

 span { border-color: rgb(0,149,109); }

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