Html Css Color HEX #108C79 Observatory

📋 copy color: '#108C79'

red 16 ◦ green 140 ◦ blue 121

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

Shades of Observatory #108C79

Tints of Observatory #108C79

RGB

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

 GREEN value IS 140 (55.08% from 255) = 50.54%

 BLUE value IS 121 (47.66% from 255) = 43.68%

R = 5.78%
G = 50.54%
B = 43.68%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#108C79 (or 0x108C79) is known color: Observatory. HEX triplet: 10, 8C and 79. RGB value is (16,140,121). Sum of RGB (Red+Green+Blue) = 16+140+121=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 140 (55.08% from 255 or 50.54% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 140 - color contains mainly: green. Hex color #108C79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108C79 is #EF7386. Grayscale: #646464. Windows color (decimal): -15692679 or 7965712. OLE color: 7965712.

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

Color convert

RGB 16 140 121 -
CMYK 0.89 0 0.14 0.45
HSL 170.81º 0.79% 0.31% -
HSV(B) 170.81º 0.89% 0.55% -
XYZ 13.04 20.25 21.31 -
YUV 100.76 139.42 67.54 -
System Red Green Blue C M Y K H S L
Decimal 16 140 121 0.89 0 0.14 0.45 170.81 0.79 0.31
Hex 10 8C 79 59 0 E 2D AB 4F 1F
Octal 20 214 171 131 0 16 55 253 117 37
Binary 10000 10001100 1111001 1011001 0 1110 101101 10101011 1001111 11111

Color Harmonies of #108C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108C79

Black with #108C79

Text Example


Text Example

White with #108C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,140,121); }

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

background-color css

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

 a { background-color: rgb(16,140,121); }

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

border-color css

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

 span { border-color: rgb(16,140,121); }

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