#068862

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

Shades of Observatory #068862

Tints of Observatory #068862

Color information

#068862 (or 0x068862) is unknown color: approx Observatory. HEX triplet: 06, 88 and 62. RGB value is (6,136,98). Sum of RGB (Red+Green+Blue) = 6+136+98=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #068862 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068862 is #F9779D. Grayscale: #5C5C5C. Windows color (decimal): -16349086 or 6457350. OLE color: 6457350.

HSL color Cylindrical-coordinate representation of color #068862: hue angle of 162.46º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068862 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB613698-
CMYK0.9600.280.47
HSL162.46º91.55%27.84%-
HSV(B)162.46º95.59%53.33%-
XYZ11.0818.5314.55-
YUV92.8130.9366.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.5%
GREEN value IS 136 (53.52% from 255) = 56.67%
BLUE value IS 98 (38.67% from 255) = 40.83%
R=2.5%
G=56.67%
B=40.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6136980.9600.280.47162.4691.5527.84
Hex688626001C2Fa25c1c
Octal62101421400345724213434
Binary110100010001100010110000001110010111110100010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068862; }

 p { color: rgb(6,136,98); }

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

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

 a { background-color: rgb(6,136,98); }

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

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

 span { border-color: rgb(6,136,98); }

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