Html Css Color HEX #0A856C Observatory

📋 copy color: '#0A856C'

red 10 ◦ green 133 ◦ blue 108

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

Shades of Observatory #0A856C

Tints of Observatory #0A856C

RGB

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

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

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

R = 3.98%
G = 52.99%
B = 43.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#0A856C (or 0x0A856C) is known color: Observatory. HEX triplet: 0A, 85 and 6C. RGB value is (10,133,108). Sum of RGB (Red+Green+Blue) = 10+133+108=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #0A856C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A856C is #F57A93. Grayscale: #5D5D5D. Windows color (decimal): -16087700 or 7111946. OLE color: 7111946.

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

Color convert

RGB 10 133 108 -
CMYK 0.92 0 0.19 0.48
HSL 167.8º 0.86% 0.28% -
HSV(B) 167.8º 0.92% 0.52% -
XYZ 11.22 17.92 17.06 -
YUV 93.37 136.25 68.53 -
System Red Green Blue C M Y K H S L
Decimal 10 133 108 0.92 0 0.19 0.48 167.8 0.86 0.28
Hex A 85 6C 5C 0 13 30 A8 56 1C
Octal 12 205 154 134 0 23 60 250 126 34
Binary 1010 10000101 1101100 1011100 0 10011 110000 10101000 1010110 11100

Color Harmonies of #0A856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A856C

Black with #0A856C

Text Example


Text Example

White with #0A856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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