Html Css Color HEX #0A866F Observatory

📋 copy color: '#0A866F'

red 10 ◦ green 134 ◦ blue 111

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

Shades of Observatory #0A866F

Tints of Observatory #0A866F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.53%

R = 3.92%
G = 52.55%
B = 43.53%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#0A866F (or 0x0A866F) is known color: Observatory. HEX triplet: 0A, 86 and 6F. RGB value is (10,134,111). Sum of RGB (Red+Green+Blue) = 10+134+111=255 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.92% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #0A866F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A866F is #F57990. Grayscale: #5E5E5E. Windows color (decimal): -16087441 or 7308810. OLE color: 7308810.

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

Color convert

RGB 10 134 111 -
CMYK 0.93 0 0.17 0.47
HSL 168.87º 0.86% 0.28% -
HSV(B) 168.87º 0.93% 0.53% -
XYZ 11.52 18.26 17.96 -
YUV 94.3 137.42 67.87 -
System Red Green Blue C M Y K H S L
Decimal 10 134 111 0.93 0 0.17 0.47 168.87 0.86 0.28
Hex A 86 6F 5D 0 11 2F A9 56 1C
Octal 12 206 157 135 0 21 57 251 126 34
Binary 1010 10000110 1101111 1011101 0 10001 101111 10101001 1010110 11100

Color Harmonies of #0A866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A866F

Black with #0A866F

Text Example


Text Example

White with #0A866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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