Html Css Color HEX #108A76 Observatory

📋 copy color: '#108A76'

red 16 ◦ green 138 ◦ blue 118

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

Shades of Observatory #108A76

Tints of Observatory #108A76

RGB

 RED value IS 16 (6.64% from 255) = 5.88%

 GREEN value IS 138 (54.3% from 255) = 50.74%

 BLUE value IS 118 (46.48% from 255) = 43.38%

R = 5.88%
G = 50.74%
B = 43.38%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#108A76 (or 0x108A76) is known color: Observatory. HEX triplet: 10, 8A and 76. RGB value is (16,138,118). Sum of RGB (Red+Green+Blue) = 16+138+118=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 138 (54.30% from 255 or 50.74% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 138 - color contains mainly: green. Hex color #108A76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108A76 is #EF7589. Grayscale: #636363. Windows color (decimal): -15693194 or 7768592. OLE color: 7768592.

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

Color convert

RGB 16 138 118 -
CMYK 0.88 0 0.14 0.46
HSL 170.16º 0.79% 0.3% -
HSV(B) 170.16º 0.88% 0.54% -
XYZ 12.57 19.6 20.26 -
YUV 99.24 138.58 68.63 -
System Red Green Blue C M Y K H S L
Decimal 16 138 118 0.88 0 0.14 0.46 170.16 0.79 0.3
Hex 10 8A 76 58 0 E 2E AA 4F 1E
Octal 20 212 166 130 0 16 56 252 117 36
Binary 10000 10001010 1110110 1011000 0 1110 101110 10101010 1001111 11110

Color Harmonies of #108A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108A76

Black with #108A76

Text Example


Text Example

White with #108A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #108A76;
 }
 .AnyTagClassName
 {
   color: #108A76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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