Html Css Color HEX #0A876A Observatory

📋 copy color: '#0A876A'

red 10 ◦ green 135 ◦ blue 106

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

Shades of Observatory #0A876A

Tints of Observatory #0A876A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.23%

R = 3.98%
G = 53.78%
B = 42.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#0A876A (or 0x0A876A) is known color: Observatory. HEX triplet: 0A, 87 and 6A. RGB value is (10,135,106). Sum of RGB (Red+Green+Blue) = 10+135+106=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #0A876A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A876A is #F57895. Grayscale: #5E5E5E. Windows color (decimal): -16087190 or 6981386. OLE color: 6981386.

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

Color convert

RGB 10 135 106 -
CMYK 0.93 0 0.21 0.47
HSL 166.08º 0.86% 0.28% -
HSV(B) 166.08º 0.93% 0.53% -
XYZ 11.39 18.43 16.59 -
YUV 94.32 134.59 67.86 -
System Red Green Blue C M Y K H S L
Decimal 10 135 106 0.93 0 0.21 0.47 166.08 0.86 0.28
Hex A 87 6A 5D 0 15 2F A6 56 1C
Octal 12 207 152 135 0 25 57 246 126 34
Binary 1010 10000111 1101010 1011101 0 10101 101111 10100110 1010110 11100

Color Harmonies of #0A876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A876A

Black with #0A876A

Text Example


Text Example

White with #0A876A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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