Html Css Color HEX #0A8875 Observatory

📋 copy color: '#0A8875'

red 10 ◦ green 136 ◦ blue 117

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

Shades of Observatory #0A8875

Tints of Observatory #0A8875

RGB

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

 GREEN value IS 136 (53.52% from 255) = 51.71%

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

R = 3.8%
G = 51.71%
B = 44.49%

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

#0A8875 (or 0x0A8875) is known color: Observatory. HEX triplet: 0A, 88 and 75. RGB value is (10,136,117). Sum of RGB (Red+Green+Blue) = 10+136+117=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 136 (53.52% from 255 or 51.71% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 136 - color contains mainly: green. Hex color #0A8875 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8875 is #F5778A. Grayscale: #606060. Windows color (decimal): -16086923 or 7702538. OLE color: 7702538.

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

Color convert

RGB 10 136 117 -
CMYK 0.93 0 0.14 0.47
HSL 170.95º 0.86% 0.29% -
HSV(B) 170.95º 0.93% 0.53% -
XYZ 12.14 18.96 19.85 -
YUV 96.16 139.76 66.54 -
System Red Green Blue C M Y K H S L
Decimal 10 136 117 0.93 0 0.14 0.47 170.95 0.86 0.29
Hex A 88 75 5D 0 E 2F AB 56 1D
Octal 12 210 165 135 0 16 57 253 126 35
Binary 1010 10001000 1110101 1011101 0 1110 101111 10101011 1010110 11101

Color Harmonies of #0A8875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8875

Black with #0A8875

Text Example


Text Example

White with #0A8875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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