Html Css Color HEX #0A846D Observatory

📋 copy color: '#0A846D'

red 10 ◦ green 132 ◦ blue 109

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

Shades of Observatory #0A846D

Tints of Observatory #0A846D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.59%

 BLUE value IS 109 (42.97% from 255) = 43.43%

R = 3.98%
G = 52.59%
B = 43.43%

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

#0A846D (or 0x0A846D) is known color: Observatory. HEX triplet: 0A, 84 and 6D. RGB value is (10,132,109). Sum of RGB (Red+Green+Blue) = 10+132+109=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #0A846D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A846D is #F57B92. Grayscale: #5C5C5C. Windows color (decimal): -16087955 or 7177226. OLE color: 7177226.

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

Color convert

RGB 10 132 109 -
CMYK 0.92 0 0.17 0.48
HSL 168.69º 0.86% 0.28% -
HSV(B) 168.69º 0.92% 0.52% -
XYZ 11.14 17.67 17.29 -
YUV 92.9 137.08 68.87 -
System Red Green Blue C M Y K H S L
Decimal 10 132 109 0.92 0 0.17 0.48 168.69 0.86 0.28
Hex A 84 6D 5C 0 11 30 A9 56 1C
Octal 12 204 155 134 0 21 60 251 126 34
Binary 1010 10000100 1101101 1011100 0 10001 110000 10101001 1010110 11100

Color Harmonies of #0A846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A846D

Black with #0A846D

Text Example


Text Example

White with #0A846D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,132,109); }

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

background-color css

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

 a { background-color: rgb(10,132,109); }

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

border-color css

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

 span { border-color: rgb(10,132,109); }

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