#06936A

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

Shades of Observatory #06936A

Tints of Observatory #06936A

Color information

#06936A (or 0x06936A) is unknown color: approx Observatory. HEX triplet: 06, 93 and 6A. RGB value is (6,147,106). Sum of RGB (Red+Green+Blue) = 6+147+106=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 147 (57.81% from 255 or 56.76% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 147 - color contains mainly: green. Hex color #06936A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06936A is #F96C95. Grayscale: #646464. Windows color (decimal): -16346262 or 6984454. OLE color: 6984454.

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

Color convert

RGB6147106-
CMYK0.9600.280.42
HSL162.55º92.16%30%-
HSV(B)162.55º95.92%57.65%-
XYZ13.1121.9517.18-
YUV100.17131.2960.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.32%
GREEN value IS 147 (57.81% from 255) = 56.76%
BLUE value IS 106 (41.80% from 255) = 40.93%
R=2.32%
G=56.76%
B=40.93%

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
Decimal61471060.9600.280.42162.5592.1630
Hex6936A6001C2Aa35c1e
Octal62231521400345224313436
Binary110100100111101010110000001110010101010100011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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