Html Css Color HEX #0A8870 Observatory

📋 copy color: '#0A8870'

red 10 ◦ green 136 ◦ blue 112

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

Shades of Observatory #0A8870

Tints of Observatory #0A8870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.41%

R = 3.88%
G = 52.71%
B = 43.41%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#0A8870 (or 0x0A8870) is known color: Observatory. HEX triplet: 0A, 88 and 70. RGB value is (10,136,112). Sum of RGB (Red+Green+Blue) = 10+136+112=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 136 (53.52% from 255 or 52.71% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 136 - color contains mainly: green. Hex color #0A8870 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8870 is #F5778F. Grayscale: #5F5F5F. Windows color (decimal): -16086928 or 7374858. OLE color: 7374858.

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

Color convert

RGB 10 136 112 -
CMYK 0.93 0 0.18 0.47
HSL 168.57º 0.86% 0.29% -
HSV(B) 168.57º 0.93% 0.53% -
XYZ 11.85 18.84 18.34 -
YUV 95.59 137.26 66.95 -
System Red Green Blue C M Y K H S L
Decimal 10 136 112 0.93 0 0.18 0.47 168.57 0.86 0.29
Hex A 88 70 5D 0 12 2F A9 56 1D
Octal 12 210 160 135 0 22 57 251 126 35
Binary 1010 10001000 1110000 1011101 0 10010 101111 10101001 1010110 11101

Color Harmonies of #0A8870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8870

Black with #0A8870

Text Example


Text Example

White with #0A8870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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