Html Css Color HEX #0A8470 Observatory

📋 copy color: '#0A8470'

red 10 ◦ green 132 ◦ blue 112

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

Shades of Observatory #0A8470

Tints of Observatory #0A8470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.97%

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

R = 3.94%
G = 51.97%
B = 44.09%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#0A8470 (or 0x0A8470) is known color: Observatory. HEX triplet: 0A, 84 and 70. RGB value is (10,132,112). Sum of RGB (Red+Green+Blue) = 10+132+112=254 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.94% from 254); Green value is 132 (51.95% from 255 or 51.97% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 132 - color contains mainly: green. Hex color #0A8470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8470 is #F57B8F. Grayscale: #5D5D5D. Windows color (decimal): -16087952 or 7373834. OLE color: 7373834.

HSL color Cylindrical-coordinate representation of color #0A8470: hue angle of 170.16º 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 #0A8470 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 10 132 112 -
CMYK 0.92 0 0.15 0.48
HSL 170.16º 0.86% 0.28% -
HSV(B) 170.16º 0.92% 0.52% -
XYZ 11.3 17.74 18.16 -
YUV 93.24 138.58 68.63 -
System Red Green Blue C M Y K H S L
Decimal 10 132 112 0.92 0 0.15 0.48 170.16 0.86 0.28
Hex A 84 70 5C 0 F 30 AA 56 1C
Octal 12 204 160 134 0 17 60 252 126 34
Binary 1010 10000100 1110000 1011100 0 1111 110000 10101010 1010110 11100

Color Harmonies of #0A8470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8470

Black with #0A8470

Text Example


Text Example

White with #0A8470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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