Html Css Color HEX #108B78 Observatory

📋 copy color: '#108B78'

red 16 ◦ green 139 ◦ blue 120

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

Shades of Observatory #108B78

Tints of Observatory #108B78

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

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

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

RGB 16 139 120 -
CMYK 0.88 0 0.14 0.45
HSL 170.73º 0.79% 0.3% -
HSV(B) 170.73º 0.88% 0.55% -
XYZ 12.84 19.93 20.94 -
YUV 100.06 139.25 68.04 -
System Red Green Blue C M Y K H S L
Decimal 16 139 120 0.88 0 0.14 0.45 170.73 0.79 0.3
Hex 10 8B 78 58 0 E 2D AB 4F 1E
Octal 20 213 170 130 0 16 55 253 117 36
Binary 10000 10001011 1111000 1011000 0 1110 101101 10101011 1001111 11110

Color Harmonies of #108B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108B78

Black with #108B78

Text Example


Text Example

White with #108B78

Text Example


Text Example

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