#06956A

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

Shades of Observatory #06956A

Tints of Observatory #06956A

Color information

#06956A (or 0x06956A) is unknown color: approx Observatory. HEX triplet: 06, 95 and 6A. RGB value is (6,149,106). Sum of RGB (Red+Green+Blue) = 6+149+106=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #06956A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06956A is #F96A95. Grayscale: #656565. Windows color (decimal): -16345750 or 6984966. OLE color: 6984966.

HSL color Cylindrical-coordinate representation of color #06956A: hue angle of 161.96º 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 #06956A is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB6149106-
CMYK0.9600.290.42
HSL161.96º92.26%30.39%-
HSV(B)161.96º95.97%58.43%-
XYZ13.4222.5717.29-
YUV101.34130.6260-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.30%
GREEN value IS 149 (58.59% from 255) = 57.09%
BLUE value IS 106 (41.80% from 255) = 40.61%
R=2.30%
G=57.09%
B=40.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61491060.9600.290.42161.9692.2630.39
Hex6956A6001D2Aa25c1e
Octal62251521400355224213436
Binary110100101011101010110000001110110101010100010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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