#108B78

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

Shades of Observatory #108B78

Tints of Observatory #108B78

Color information

#108B78 (or 0x108B78) is unknown color: approx Observatory. HEX triplet: 10, 8B and 78. RGB value is (16,139,120). Sum of RGB (Red+Green+Blue) = 16+139+120=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 139 (54.69% from 255 or 50.55% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 139 - color contains mainly: green. Hex color #108B78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108B78 is #EF7487. Grayscale: #646464. Windows color (decimal): -15692936 or 7899920. OLE color: 7899920.

HSL color Cylindrical-coordinate representation of color #108B78: hue angle of 170.73º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108B78 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB16139120-
CMYK0.8800.140.45
HSL170.73º79.35%30.39%-
HSV(B)170.73º88.49%54.51%-
XYZ12.8419.9320.94-
YUV100.06139.2568.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.82%
GREEN value IS 139 (54.69% from 255) = 50.55%
BLUE value IS 120 (47.27% from 255) = 43.64%
R=5.82%
G=50.55%
B=43.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal161391200.8800.140.45170.7379.3530.39
Hex108B78580E2Dab4f1e
Octal202131701300165525311736
Binary1000010001011111100010110000111010110110101011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108B78; }

 p { color: rgb(16,139,120); }

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

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

 a { background-color: rgb(16,139,120); }

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

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

 span { border-color: rgb(16,139,120); }

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