Html Css Color HEX #0A8975 Observatory

📋 copy color: '#0A8975'

red 10 ◦ green 137 ◦ blue 117

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

Shades of Observatory #0A8975

Tints of Observatory #0A8975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.32%

R = 3.79%
G = 51.89%
B = 44.32%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#0A8975 (or 0x0A8975) is known color: Observatory. HEX triplet: 0A, 89 and 75. RGB value is (10,137,117). Sum of RGB (Red+Green+Blue) = 10+137+117=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 137 (53.91% from 255 or 51.89% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 137 - color contains mainly: green. Hex color #0A8975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8975 is #F5768A. Grayscale: #606060. Windows color (decimal): -16086667 or 7702794. OLE color: 7702794.

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

Color convert

RGB 10 137 117 -
CMYK 0.93 0 0.15 0.46
HSL 170.55º 0.86% 0.29% -
HSV(B) 170.55º 0.93% 0.54% -
XYZ 12.28 19.24 19.9 -
YUV 96.75 139.42 66.13 -
System Red Green Blue C M Y K H S L
Decimal 10 137 117 0.93 0 0.15 0.46 170.55 0.86 0.29
Hex A 89 75 5D 0 F 2E AB 56 1D
Octal 12 211 165 135 0 17 56 253 126 35
Binary 1010 10001001 1110101 1011101 0 1111 101110 10101011 1010110 11101

Color Harmonies of #0A8975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8975

Black with #0A8975

Text Example


Text Example

White with #0A8975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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