Html Css Color HEX #0A8871 Observatory

📋 copy color: '#0A8871'

red 10 ◦ green 136 ◦ blue 113

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

Shades of Observatory #0A8871

Tints of Observatory #0A8871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.63%

R = 3.86%
G = 52.51%
B = 43.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#0A8871 (or 0x0A8871) is known color: Observatory. HEX triplet: 0A, 88 and 71. RGB value is (10,136,113). Sum of RGB (Red+Green+Blue) = 10+136+113=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 136 (53.52% from 255 or 52.51% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 136 - color contains mainly: green. Hex color #0A8871 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8871 is #F5778E. Grayscale: #5F5F5F. Windows color (decimal): -16086927 or 7440394. OLE color: 7440394.

HSL color Cylindrical-coordinate representation of color #0A8871: hue angle of 169.05º 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 #0A8871 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 10 136 113 -
CMYK 0.93 0 0.17 0.47
HSL 169.05º 0.86% 0.29% -
HSV(B) 169.05º 0.93% 0.53% -
XYZ 11.91 18.87 18.64 -
YUV 95.7 137.76 66.87 -
System Red Green Blue C M Y K H S L
Decimal 10 136 113 0.93 0 0.17 0.47 169.05 0.86 0.29
Hex A 88 71 5D 0 11 2F A9 56 1D
Octal 12 210 161 135 0 21 57 251 126 35
Binary 1010 10001000 1110001 1011101 0 10001 101111 10101001 1010110 11101

Color Harmonies of #0A8871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8871

Black with #0A8871

Text Example


Text Example

White with #0A8871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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