Html Css Color HEX #0A856D Observatory

📋 copy color: '#0A856D'

red 10 ◦ green 133 ◦ blue 109

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

Shades of Observatory #0A856D

Tints of Observatory #0A856D

RGB

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

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

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

R = 3.97%
G = 52.78%
B = 43.25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#0A856D (or 0x0A856D) is known color: Observatory. HEX triplet: 0A, 85 and 6D. RGB value is (10,133,109). Sum of RGB (Red+Green+Blue) = 10+133+109=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #0A856D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A856D is #F57A92. Grayscale: #5D5D5D. Windows color (decimal): -16087699 or 7177482. OLE color: 7177482.

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

Color convert

RGB 10 133 109 -
CMYK 0.92 0 0.18 0.48
HSL 168.29º 0.86% 0.28% -
HSV(B) 168.29º 0.92% 0.52% -
XYZ 11.27 17.94 17.34 -
YUV 93.49 136.75 68.45 -
System Red Green Blue C M Y K H S L
Decimal 10 133 109 0.92 0 0.18 0.48 168.29 0.86 0.28
Hex A 85 6D 5C 0 12 30 A8 56 1C
Octal 12 205 155 134 0 22 60 250 126 34
Binary 1010 10000101 1101101 1011100 0 10010 110000 10101000 1010110 11100

Color Harmonies of #0A856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A856D

Black with #0A856D

Text Example


Text Example

White with #0A856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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