Html Css Color HEX #0A866C Observatory

📋 copy color: '#0A866C'

red 10 ◦ green 134 ◦ blue 108

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

Shades of Observatory #0A866C

Tints of Observatory #0A866C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 53.17%

 BLUE value IS 108 (42.58% from 255) = 42.86%

R = 3.97%
G = 53.17%
B = 42.86%

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

#0A866C (or 0x0A866C) is known color: Observatory. HEX triplet: 0A, 86 and 6C. RGB value is (10,134,108). Sum of RGB (Red+Green+Blue) = 10+134+108=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #0A866C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A866C is #F57993. Grayscale: #5D5D5D. Windows color (decimal): -16087444 or 7112202. OLE color: 7112202.

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

Color convert

RGB 10 134 108 -
CMYK 0.93 0 0.19 0.47
HSL 167.42º 0.86% 0.28% -
HSV(B) 167.42º 0.93% 0.53% -
XYZ 11.36 18.2 17.1 -
YUV 93.96 135.92 68.11 -
System Red Green Blue C M Y K H S L
Decimal 10 134 108 0.93 0 0.19 0.47 167.42 0.86 0.28
Hex A 86 6C 5D 0 13 2F A7 56 1C
Octal 12 206 154 135 0 23 57 247 126 34
Binary 1010 10000110 1101100 1011101 0 10011 101111 10100111 1010110 11100

Color Harmonies of #0A866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A866C

Black with #0A866C

Text Example


Text Example

White with #0A866C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,134,108); }

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

background-color css

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

 a { background-color: rgb(10,134,108); }

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

border-color css

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

 span { border-color: rgb(10,134,108); }

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