#068467

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

Shades of Observatory #068467

Tints of Observatory #068467

Color information

#068467 (or 0x068467) is unknown color: approx Observatory. HEX triplet: 06, 84 and 67. RGB value is (6,132,103). Sum of RGB (Red+Green+Blue) = 6+132+103=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 132 (51.95% from 255 or 54.77% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 132 - color contains mainly: green. Hex color #068467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068467 is #F97B98. Grayscale: #5B5B5B. Windows color (decimal): -16350105 or 6784006. OLE color: 6784006.

HSL color Cylindrical-coordinate representation of color #068467: hue angle of 166.19º 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 #068467 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB6132103-
CMYK0.9500.220.48
HSL166.19º91.3%27.06%-
HSV(B)166.19º95.45%51.76%-
XYZ10.7717.5215.65-
YUV91.02134.7667.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.49%
GREEN value IS 132 (51.95% from 255) = 54.77%
BLUE value IS 103 (40.62% from 255) = 42.74%
R=2.49%
G=54.77%
B=42.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61321030.9500.220.48166.1991.327.06
Hex684675F01630a65b1b
Octal62041471370266024613333
Binary110100001001100111101111101011011000010100110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068467; }

 p { color: rgb(6,132,103); }

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

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

 a { background-color: rgb(6,132,103); }

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

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

 span { border-color: rgb(6,132,103); }

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