#108B76

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

Shades of Observatory #108B76

Tints of Observatory #108B76

Color information

#108B76 (or 0x108B76) is unknown color: approx Observatory. HEX triplet: 10, 8B and 76. RGB value is (16,139,118). Sum of RGB (Red+Green+Blue) = 16+139+118=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #108B76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108B76 is #EF7489. Grayscale: #636363. Windows color (decimal): -15692938 or 7768848. OLE color: 7768848.

HSL color Cylindrical-coordinate representation of color #108B76: hue angle of 169.76º 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 #108B76 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB16139118-
CMYK0.8800.150.45
HSL169.76º79.35%30.39%-
HSV(B)169.76º88.49%54.51%-
XYZ12.7219.8820.31-
YUV99.83138.2568.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.86%
GREEN value IS 139 (54.69% from 255) = 50.92%
BLUE value IS 118 (46.48% from 255) = 43.22%
R=5.86%
G=50.92%
B=43.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal161391180.8800.150.45169.7679.3530.39
Hex108B76580F2Daa4f1e
Octal202131661300175525211736
Binary1000010001011111011010110000111110110110101010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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