#06956C

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

Shades of Observatory #06956C

Tints of Observatory #06956C

Color information

#06956C (or 0x06956C) is unknown color: approx Observatory. HEX triplet: 06, 95 and 6C. RGB value is (6,149,108). Sum of RGB (Red+Green+Blue) = 6+149+108=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #06956C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06956C is #F96A93. Grayscale: #656565. Windows color (decimal): -16345748 or 7116038. OLE color: 7116038.

HSL color Cylindrical-coordinate representation of color #06956C: hue angle of 162.8º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06956C is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB6149108-
CMYK0.9600.280.42
HSL162.8º92.26%30.39%-
HSV(B)162.8º95.97%58.43%-
XYZ13.5322.6217.84-
YUV101.57131.6259.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.28%
GREEN value IS 149 (58.59% from 255) = 56.65%
BLUE value IS 108 (42.58% from 255) = 41.06%
R=2.28%
G=56.65%
B=41.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61491080.9600.280.42162.892.2630.39
Hex6956C6001C2Aa35c1e
Octal62251541400345224313436
Binary110100101011101100110000001110010101010100011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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