Html Css Color HEX #0A856B Observatory

📋 copy color: '#0A856B'

red 10 ◦ green 133 ◦ blue 107

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

Shades of Observatory #0A856B

Tints of Observatory #0A856B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.8%

R = 4%
G = 53.2%
B = 42.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#0A856B (or 0x0A856B) is known color: Observatory. HEX triplet: 0A, 85 and 6B. RGB value is (10,133,107). Sum of RGB (Red+Green+Blue) = 10+133+107=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #0A856B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A856B is #F57A94. Grayscale: #5D5D5D. Windows color (decimal): -16087701 or 7046410. OLE color: 7046410.

HSL color Cylindrical-coordinate representation of color #0A856B: hue angle of 167.32º 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 #0A856B is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 10 133 107 -
CMYK 0.92 0 0.20 0.48
HSL 167.32º 0.86% 0.28% -
HSV(B) 167.32º 0.92% 0.52% -
XYZ 11.17 17.9 16.78 -
YUV 93.26 135.75 68.61 -
System Red Green Blue C M Y K H S L
Decimal 10 133 107 0.92 0 0.20 0.48 167.32 0.86 0.28
Hex A 85 6B 5C 0 14 30 A7 56 1C
Octal 12 205 153 134 0 24 60 247 126 34
Binary 1010 10000101 1101011 1011100 0 10100 110000 10100111 1010110 11100

Color Harmonies of #0A856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A856B

Black with #0A856B

Text Example


Text Example

White with #0A856B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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