Html Css Color HEX #109078 Observatory

📋 copy color: '#109078'

red 16 ◦ green 144 ◦ blue 120

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

Shades of Observatory #109078

Tints of Observatory #109078

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.43%

 BLUE value IS 120 (47.27% from 255) = 42.86%

R = 5.71%
G = 51.43%
B = 42.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#109078 (or 0x109078) is known color: Observatory. HEX triplet: 10, 90 and 78. RGB value is (16,144,120). Sum of RGB (Red+Green+Blue) = 16+144+120=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #109078 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109078 is #EF6F87. Grayscale: #666666. Windows color (decimal): -15691656 or 7901200. OLE color: 7901200.

HSL color Cylindrical-coordinate representation of color #109078: hue angle of 168.75º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109078 is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 144 120 -
CMYK 0.89 0 0.17 0.44
HSL 168.75º 0.8% 0.31% -
HSV(B) 168.75º 0.89% 0.56% -
XYZ 13.58 21.41 21.19 -
YUV 102.99 137.59 65.95 -
System Red Green Blue C M Y K H S L
Decimal 16 144 120 0.89 0 0.17 0.44 168.75 0.8 0.31
Hex 10 90 78 59 0 11 2C A9 50 1F
Octal 20 220 170 131 0 21 54 251 120 37
Binary 10000 10010000 1111000 1011001 0 10001 101100 10101001 1010000 11111

Color Harmonies of #109078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109078

Black with #109078

Text Example


Text Example

White with #109078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109078; }

 p { color: rgb(16,144,120); }

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

background-color css

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

 a { background-color: rgb(16,144,120); }

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

border-color css

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

 span { border-color: rgb(16,144,120); }

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