Html Css Color HEX #0A8978 Observatory

📋 copy color: '#0A8978'

red 10 ◦ green 137 ◦ blue 120

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

Shades of Observatory #0A8978

Tints of Observatory #0A8978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.94%

R = 3.75%
G = 51.31%
B = 44.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#0A8978 (or 0x0A8978) is known color: Observatory. HEX triplet: 0A, 89 and 78. RGB value is (10,137,120). Sum of RGB (Red+Green+Blue) = 10+137+120=267 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.75% from 267); Green value is 137 (53.91% from 255 or 51.31% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 137 - color contains mainly: green. Hex color #0A8978 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8978 is #F57687. Grayscale: #616161. Windows color (decimal): -16086664 or 7899402. OLE color: 7899402.

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

Color convert

RGB 10 137 120 -
CMYK 0.93 0 0.12 0.46
HSL 171.97º 0.86% 0.29% -
HSV(B) 171.97º 0.93% 0.54% -
XYZ 12.46 19.31 20.84 -
YUV 97.09 140.92 65.88 -
System Red Green Blue C M Y K H S L
Decimal 10 137 120 0.93 0 0.12 0.46 171.97 0.86 0.29
Hex A 89 78 5D 0 C 2E AC 56 1D
Octal 12 211 170 135 0 14 56 254 126 35
Binary 1010 10001001 1111000 1011101 0 1100 101110 10101100 1010110 11101

Color Harmonies of #0A8978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8978

Black with #0A8978

Text Example


Text Example

White with #0A8978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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