Html Css Color HEX #0A8876 Observatory

📋 copy color: '#0A8876'

red 10 ◦ green 136 ◦ blue 118

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

Shades of Observatory #0A8876

Tints of Observatory #0A8876

RGB

 RED value IS 10 (4.3% from 255) = 3.79%

 GREEN value IS 136 (53.52% from 255) = 51.52%

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

R = 3.79%
G = 51.52%
B = 44.7%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#0A8876 (or 0x0A8876) is known color: Observatory. HEX triplet: 0A, 88 and 76. RGB value is (10,136,118). Sum of RGB (Red+Green+Blue) = 10+136+118=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #0A8876 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8876 is #F57789. Grayscale: #606060. Windows color (decimal): -16086922 or 7768074. OLE color: 7768074.

HSL color Cylindrical-coordinate representation of color #0A8876: hue angle of 171.43º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8876 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 10 136 118 -
CMYK 0.93 0 0.13 0.47
HSL 171.43º 0.86% 0.29% -
HSV(B) 171.43º 0.93% 0.53% -
XYZ 12.2 18.98 20.16 -
YUV 96.27 140.26 66.46 -
System Red Green Blue C M Y K H S L
Decimal 10 136 118 0.93 0 0.13 0.47 171.43 0.86 0.29
Hex A 88 76 5D 0 D 2F AB 56 1D
Octal 12 210 166 135 0 15 57 253 126 35
Binary 1010 10001000 1110110 1011101 0 1101 101111 10101011 1010110 11101

Color Harmonies of #0A8876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8876

Black with #0A8876

Text Example


Text Example

White with #0A8876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A8876; }

 p { color: rgb(10,136,118); }

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

background-color css

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

 a { background-color: rgb(10,136,118); }

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

border-color css

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

 span { border-color: rgb(10,136,118); }

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