Html Css Color HEX #0A8673 Observatory

📋 copy color: '#0A8673'

red 10 ◦ green 134 ◦ blue 115

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

Shades of Observatory #0A8673

Tints of Observatory #0A8673

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.74%

 BLUE value IS 115 (45.31% from 255) = 44.4%

R = 3.86%
G = 51.74%
B = 44.4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#0A8673 (or 0x0A8673) is known color: Observatory. HEX triplet: 0A, 86 and 73. RGB value is (10,134,115). Sum of RGB (Red+Green+Blue) = 10+134+115=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 134 (52.73% from 255 or 51.74% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 134 - color contains mainly: green. Hex color #0A8673 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8673 is #F5798C. Grayscale: #5E5E5E. Windows color (decimal): -16087437 or 7570954. OLE color: 7570954.

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

Color convert

RGB 10 134 115 -
CMYK 0.93 0 0.14 0.47
HSL 170.81º 0.86% 0.28% -
HSV(B) 170.81º 0.93% 0.53% -
XYZ 11.74 18.35 19.14 -
YUV 94.76 139.42 67.54 -
System Red Green Blue C M Y K H S L
Decimal 10 134 115 0.93 0 0.14 0.47 170.81 0.86 0.28
Hex A 86 73 5D 0 E 2F AB 56 1C
Octal 12 206 163 135 0 16 57 253 126 34
Binary 1010 10000110 1110011 1011101 0 1110 101111 10101011 1010110 11100

Color Harmonies of #0A8673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8673

Black with #0A8673

Text Example


Text Example

White with #0A8673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,134,115); }

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

background-color css

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

 a { background-color: rgb(10,134,115); }

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

border-color css

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

 span { border-color: rgb(10,134,115); }

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