#00956C

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

Shades of Observatory #00956C

Tints of Observatory #00956C

Color information

#00956C (or 0x00956C) is unknown color: approx Observatory. HEX triplet: 00, 95 and 6C. RGB value is (0,149,108). Sum of RGB (Red+Green+Blue) = 0+149+108=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #00956C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00956C is #FF6A93. Grayscale: #636363. Windows color (decimal): -16738964 or 7116032. OLE color: 7116032.

HSL color Cylindrical-coordinate representation of color #00956C: hue angle of 163.49º 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 #00956C is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB0149108-
CMYK100.280.42
HSL163.49º100%29.22%-
HSV(B)163.49º100%58.43%-
XYZ13.4522.5817.84-
YUV99.78132.6456.83-

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.98%
BLUE value IS 108 (42.58% from 255) = 42.02%
R=0%
G=57.98%
B=42.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal0149108100.280.42163.4910029.22
Hex0956C6401C2Aa3641d
Octal02251541440345224314435
Binary0100101011101100110010001110010101010100011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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