Html Css Color HEX #0A856F Observatory

📋 copy color: '#0A856F'

red 10 ◦ green 133 ◦ blue 111

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

Shades of Observatory #0A856F

Tints of Observatory #0A856F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.36%

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

R = 3.94%
G = 52.36%
B = 43.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#0A856F (or 0x0A856F) is known color: Observatory. HEX triplet: 0A, 85 and 6F. RGB value is (10,133,111). Sum of RGB (Red+Green+Blue) = 10+133+111=254 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.94% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #0A856F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A856F is #F57A90. Grayscale: #5D5D5D. Windows color (decimal): -16087697 or 7308554. OLE color: 7308554.

HSL color Cylindrical-coordinate representation of color #0A856F: hue angle of 169.27º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A856F is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 10 133 111 -
CMYK 0.92 0 0.17 0.48
HSL 169.27º 0.86% 0.28% -
HSV(B) 169.27º 0.92% 0.52% -
XYZ 11.38 17.99 17.91 -
YUV 93.72 137.75 68.29 -
System Red Green Blue C M Y K H S L
Decimal 10 133 111 0.92 0 0.17 0.48 169.27 0.86 0.28
Hex A 85 6F 5C 0 11 30 A9 56 1C
Octal 12 205 157 134 0 21 60 251 126 34
Binary 1010 10000101 1101111 1011100 0 10001 110000 10101001 1010110 11100

Color Harmonies of #0A856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A856F

Black with #0A856F

Text Example


Text Example

White with #0A856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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