Html Css Color HEX #0A8A77 Observatory

📋 copy color: '#0A8A77'

red 10 ◦ green 138 ◦ blue 119

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

Shades of Observatory #0A8A77

Tints of Observatory #0A8A77

RGB

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

 GREEN value IS 138 (54.3% from 255) = 51.69%

 BLUE value IS 119 (46.88% from 255) = 44.57%

R = 3.75%
G = 51.69%
B = 44.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#0A8A77 (or 0x0A8A77) is known color: Observatory. HEX triplet: 0A, 8A and 77. RGB value is (10,138,119). Sum of RGB (Red+Green+Blue) = 10+138+119=267 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.75% from 267); Green value is 138 (54.30% from 255 or 51.69% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8A77 is #F57588. Grayscale: #616161. Windows color (decimal): -16086409 or 7834122. OLE color: 7834122.

HSL color Cylindrical-coordinate representation of color #0A8A77: hue angle of 171.09º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8A77 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 10 138 119 -
CMYK 0.93 0 0.14 0.46
HSL 171.09º 0.86% 0.29% -
HSV(B) 171.09º 0.93% 0.54% -
XYZ 12.54 19.57 20.57 -
YUV 97.56 140.09 65.54 -
System Red Green Blue C M Y K H S L
Decimal 10 138 119 0.93 0 0.14 0.46 171.09 0.86 0.29
Hex A 8A 77 5D 0 E 2E AB 56 1D
Octal 12 212 167 135 0 16 56 253 126 35
Binary 1010 10001010 1110111 1011101 0 1110 101110 10101011 1010110 11101

Color Harmonies of #0A8A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8A77

Black with #0A8A77

Text Example


Text Example

White with #0A8A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,138,119); }

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

background-color css

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

 a { background-color: rgb(10,138,119); }

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

border-color css

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

 span { border-color: rgb(10,138,119); }

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