Html Css Color HEX #0A9071 Observatory

📋 copy color: '#0A9071'

red 10 ◦ green 144 ◦ blue 113

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

Shades of Observatory #0A9071

Tints of Observatory #0A9071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.93%

 BLUE value IS 113 (44.53% from 255) = 42.32%

R = 3.75%
G = 53.93%
B = 42.32%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#0A9071 (or 0x0A9071) is known color: Observatory. HEX triplet: 0A, 90 and 71. RGB value is (10,144,113). Sum of RGB (Red+Green+Blue) = 10+144+113=267 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.75% from 267); Green value is 144 (56.64% from 255 or 53.93% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 144 - color contains mainly: green. Hex color #0A9071 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9071 is #F56F8E. Grayscale: #646464. Windows color (decimal): -16084879 or 7442442. OLE color: 7442442.

HSL color Cylindrical-coordinate representation of color #0A9071: hue angle of 166.12º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9071 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 10 144 113 -
CMYK 0.93 0 0.22 0.44
HSL 166.12º 0.87% 0.3% -
HSV(B) 166.12º 0.93% 0.56% -
XYZ 13.08 21.2 19.03 -
YUV 100.4 135.11 63.52 -
System Red Green Blue C M Y K H S L
Decimal 10 144 113 0.93 0 0.22 0.44 166.12 0.87 0.3
Hex A 90 71 5D 0 16 2C A6 57 1E
Octal 12 220 161 135 0 26 54 246 127 36
Binary 1010 10010000 1110001 1011101 0 10110 101100 10100110 1010111 11110

Color Harmonies of #0A9071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9071

Black with #0A9071

Text Example


Text Example

White with #0A9071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,144,113); }

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

background-color css

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

 a { background-color: rgb(10,144,113); }

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

border-color css

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

 span { border-color: rgb(10,144,113); }

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