#06927F

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

Shades of Observatory #06927F

Tints of Observatory #06927F

Color information

#06927F (or 0x06927F) is unknown color: approx Observatory. HEX triplet: 06, 92 and 7F. RGB value is (6,146,127). Sum of RGB (Red+Green+Blue) = 6+146+127=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #06927F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06927F is #F96D80. Grayscale: #656565. Windows color (decimal): -16346497 or 8360454. OLE color: 8360454.

HSL color Cylindrical-coordinate representation of color #06927F: hue angle of 171.86º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06927F is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB6146127-
CMYK0.9600.130.43
HSL171.86º92.11%29.8%-
HSV(B)171.86º95.89%57.25%-
XYZ14.1822.1323.6-
YUV101.97142.1259.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.15%
GREEN value IS 146 (57.42% from 255) = 52.33%
BLUE value IS 127 (50% from 255) = 45.52%
R=2.15%
G=52.33%
B=45.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61461270.9600.130.43171.8692.1129.8
Hex6927F600D2Bac5c1e
Octal62221771400155325413436
Binary11010010010111111111000000110110101110101100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06927F; }

 p { color: rgb(6,146,127); }

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

<style>
 a { background-color: #06927F; }

 a { background-color: rgb(6,146,127); }

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

<style>
 span { border-color: #06927F; }

 span { border-color: rgb(6,146,127); }

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