Html Css Color HEX #0A8771 Observatory

📋 copy color: '#0A8771'

red 10 ◦ green 135 ◦ blue 113

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

Shades of Observatory #0A8771

Tints of Observatory #0A8771

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.33%

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

R = 3.88%
G = 52.33%
B = 43.8%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#0A8771 (or 0x0A8771) is known color: Observatory. HEX triplet: 0A, 87 and 71. RGB value is (10,135,113). Sum of RGB (Red+Green+Blue) = 10+135+113=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8771 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8771 is #F5788E. Grayscale: #5F5F5F. Windows color (decimal): -16087183 or 7440138. OLE color: 7440138.

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

Color convert

RGB 10 135 113 -
CMYK 0.93 0 0.16 0.47
HSL 169.44º 0.86% 0.28% -
HSV(B) 169.44º 0.93% 0.53% -
XYZ 11.77 18.58 18.59 -
YUV 95.12 138.09 67.29 -
System Red Green Blue C M Y K H S L
Decimal 10 135 113 0.93 0 0.16 0.47 169.44 0.86 0.28
Hex A 87 71 5D 0 10 2F A9 56 1C
Octal 12 207 161 135 0 20 57 251 126 34
Binary 1010 10000111 1110001 1011101 0 10000 101111 10101001 1010110 11100

Color Harmonies of #0A8771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8771

Black with #0A8771

Text Example


Text Example

White with #0A8771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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