Html Css Color HEX #10917B Observatory

📋 copy color: '#10917B'

red 16 ◦ green 145 ◦ blue 123

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

Shades of Observatory #10917B

Tints of Observatory #10917B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.06%

 BLUE value IS 123 (48.44% from 255) = 43.31%

R = 5.63%
G = 51.06%
B = 43.31%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#10917B (or 0x10917B) is known color: Observatory. HEX triplet: 10, 91 and 7B. RGB value is (16,145,123). Sum of RGB (Red+Green+Blue) = 16+145+123=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #10917B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10917B is #EF6E84. Grayscale: #676767. Windows color (decimal): -15691397 or 8098064. OLE color: 8098064.

HSL color Cylindrical-coordinate representation of color #10917B: hue angle of 169.77º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10917B is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 16 145 123 -
CMYK 0.89 0 0.15 0.43
HSL 169.77º 0.8% 0.32% -
HSV(B) 169.77º 0.89% 0.57% -
XYZ 13.91 21.79 22.21 -
YUV 103.92 138.76 65.29 -
System Red Green Blue C M Y K H S L
Decimal 16 145 123 0.89 0 0.15 0.43 169.77 0.8 0.32
Hex 10 91 7B 59 0 F 2B AA 50 20
Octal 20 221 173 131 0 17 53 252 120 40
Binary 10000 10010001 1111011 1011001 0 1111 101011 10101010 1010000 100000

Color Harmonies of #10917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10917B

Black with #10917B

Text Example


Text Example

White with #10917B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10917B; }

 p { color: rgb(16,145,123); }

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

background-color css

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

 a { background-color: rgb(16,145,123); }

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

border-color css

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

 span { border-color: rgb(16,145,123); }

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