#068574

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

Shades of Observatory #068574

Tints of Observatory #068574

Color information

#068574 (or 0x068574) is unknown color: approx Observatory. HEX triplet: 06, 85 and 74. RGB value is (6,133,116). Sum of RGB (Red+Green+Blue) = 6+133+116=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #068574 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068574 is #F97A8B. Grayscale: #5D5D5D. Windows color (decimal): -16349836 or 7636230. OLE color: 7636230.

HSL color Cylindrical-coordinate representation of color #068574: hue angle of 171.97º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068574 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB6133116-
CMYK0.9500.130.48
HSL171.97º91.37%27.25%-
HSV(B)171.97º95.49%52.16%-
XYZ11.6218.0719.4-
YUV93.09140.9265.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.35%
GREEN value IS 133 (52.34% from 255) = 52.16%
BLUE value IS 116 (45.70% from 255) = 45.49%
R=2.35%
G=52.16%
B=45.49%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61331160.9500.130.48171.9791.3727.25
Hex685745F0D30ac5b1b
Octal62051641370156025413333
Binary11010000101111010010111110110111000010101100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068574; }

 p { color: rgb(6,133,116); }

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

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

 a { background-color: rgb(6,133,116); }

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

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

 span { border-color: rgb(6,133,116); }

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