Html Css Color HEX #108B76 Observatory

📋 copy color: '#108B76'

red 16 ◦ green 139 ◦ blue 118

#108B76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Observatory #108B76

Tints of Observatory #108B76

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 value IS 0.88

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#108B76 (or 0x108B76) is known color: 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

RGB 16 139 118 -
CMYK 0.88 0 0.15 0.45
HSL 169.76º 0.79% 0.3% -
HSV(B) 169.76º 0.88% 0.55% -
XYZ 12.72 19.88 20.31 -
YUV 99.83 138.25 68.21 -
System Red Green Blue C M Y K H S L
Decimal 16 139 118 0.88 0 0.15 0.45 169.76 0.79 0.3
Hex 10 8B 76 58 0 F 2D AA 4F 1E
Octal 20 213 166 130 0 17 55 252 117 36
Binary 10000 10001011 1110110 1011000 0 1111 101101 10101010 1001111 11110

Color Harmonies of #108B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108B76

Black with #108B76

Text Example


Text Example

White with #108B76

Text Example


Text Example

HTML Codes & Css Web 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>