Html Css Color HEX #0A896F Observatory

📋 copy color: '#0A896F'

red 10 ◦ green 137 ◦ blue 111

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

Shades of Observatory #0A896F

Tints of Observatory #0A896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.1%

 BLUE value IS 111 (43.75% from 255) = 43.02%

R = 3.88%
G = 53.1%
B = 43.02%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#0A896F (or 0x0A896F) is known color: Observatory. HEX triplet: 0A, 89 and 6F. RGB value is (10,137,111). Sum of RGB (Red+Green+Blue) = 10+137+111=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 137 (53.91% from 255 or 53.10% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 137 - color contains mainly: green. Hex color #0A896F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A896F is #F57690. Grayscale: #606060. Windows color (decimal): -16086673 or 7309578. OLE color: 7309578.

HSL color Cylindrical-coordinate representation of color #0A896F: hue angle of 167.72º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A896F is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 10 137 111 -
CMYK 0.93 0 0.19 0.46
HSL 167.72º 0.86% 0.29% -
HSV(B) 167.72º 0.93% 0.54% -
XYZ 11.94 19.1 18.1 -
YUV 96.06 136.42 66.61 -
System Red Green Blue C M Y K H S L
Decimal 10 137 111 0.93 0 0.19 0.46 167.72 0.86 0.29
Hex A 89 6F 5D 0 13 2E A8 56 1D
Octal 12 211 157 135 0 23 56 250 126 35
Binary 1010 10001001 1101111 1011101 0 10011 101110 10101000 1010110 11101

Color Harmonies of #0A896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A896F

Black with #0A896F

Text Example


Text Example

White with #0A896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,137,111); }

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

background-color css

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

 a { background-color: rgb(10,137,111); }

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

border-color css

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

 span { border-color: rgb(10,137,111); }

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