Html Css Color HEX #0A8571 Observatory

📋 copy color: '#0A8571'

red 10 ◦ green 133 ◦ blue 113

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

Shades of Observatory #0A8571

Tints of Observatory #0A8571

RGB

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

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

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

R = 3.91%
G = 51.95%
B = 44.14%

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

#0A8571 (or 0x0A8571) is known color: Observatory. HEX triplet: 0A, 85 and 71. RGB value is (10,133,113). Sum of RGB (Red+Green+Blue) = 10+133+113=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #0A8571 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8571 is #F57A8E. Grayscale: #5D5D5D. Windows color (decimal): -16087695 or 7439626. OLE color: 7439626.

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

Color convert

RGB 10 133 113 -
CMYK 0.92 0 0.15 0.48
HSL 170.24º 0.86% 0.28% -
HSV(B) 170.24º 0.92% 0.52% -
XYZ 11.49 18.03 18.5 -
YUV 93.94 138.75 68.13 -
System Red Green Blue C M Y K H S L
Decimal 10 133 113 0.92 0 0.15 0.48 170.24 0.86 0.28
Hex A 85 71 5C 0 F 30 AA 56 1C
Octal 12 205 161 134 0 17 60 252 126 34
Binary 1010 10000101 1110001 1011100 0 1111 110000 10101010 1010110 11100

Color Harmonies of #0A8571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8571

Black with #0A8571

Text Example


Text Example

White with #0A8571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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