Html Css Color HEX #0A876E Observatory

📋 copy color: '#0A876E'

red 10 ◦ green 135 ◦ blue 110

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

Shades of Observatory #0A876E

Tints of Observatory #0A876E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.94%

 BLUE value IS 110 (43.36% from 255) = 43.14%

R = 3.92%
G = 52.94%
B = 43.14%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#0A876E (or 0x0A876E) is known color: Observatory. HEX triplet: 0A, 87 and 6E. RGB value is (10,135,110). Sum of RGB (Red+Green+Blue) = 10+135+110=255 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.92% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #0A876E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A876E is #F57891. Grayscale: #5E5E5E. Windows color (decimal): -16087186 or 7243530. OLE color: 7243530.

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

Color convert

RGB 10 135 110 -
CMYK 0.93 0 0.19 0.47
HSL 168º 0.86% 0.28% -
HSV(B) 168º 0.93% 0.53% -
XYZ 11.6 18.52 17.71 -
YUV 94.78 136.59 67.53 -
System Red Green Blue C M Y K H S L
Decimal 10 135 110 0.93 0 0.19 0.47 168 0.86 0.28
Hex A 87 6E 5D 0 13 2F A8 56 1C
Octal 12 207 156 135 0 23 57 250 126 34
Binary 1010 10000111 1101110 1011101 0 10011 101111 10101000 1010110 11100

Color Harmonies of #0A876E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A876E

Black with #0A876E

Text Example


Text Example

White with #0A876E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,135,110); }

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

background-color css

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

 a { background-color: rgb(10,135,110); }

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

border-color css

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

 span { border-color: rgb(10,135,110); }

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