Html Css Color HEX #0A8570 Observatory

📋 copy color: '#0A8570'

red 10 ◦ green 133 ◦ blue 112

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

Shades of Observatory #0A8570

Tints of Observatory #0A8570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.16%

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

R = 3.92%
G = 52.16%
B = 43.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#0A8570 (or 0x0A8570) is known color: Observatory. HEX triplet: 0A, 85 and 70. RGB value is (10,133,112). Sum of RGB (Red+Green+Blue) = 10+133+112=255 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.92% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #0A8570 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8570 is #F57A8F. Grayscale: #5D5D5D. Windows color (decimal): -16087696 or 7374090. OLE color: 7374090.

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

Color convert

RGB 10 133 112 -
CMYK 0.92 0 0.16 0.48
HSL 169.76º 0.86% 0.28% -
HSV(B) 169.76º 0.92% 0.52% -
XYZ 11.44 18.01 18.2 -
YUV 93.83 138.25 68.21 -
System Red Green Blue C M Y K H S L
Decimal 10 133 112 0.92 0 0.16 0.48 169.76 0.86 0.28
Hex A 85 70 5C 0 10 30 AA 56 1C
Octal 12 205 160 134 0 20 60 252 126 34
Binary 1010 10000101 1110000 1011100 0 10000 110000 10101010 1010110 11100

Color Harmonies of #0A8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8570

Black with #0A8570

Text Example


Text Example

White with #0A8570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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