Html Css Color HEX #018A76 Observatory

📋 copy color: '#018A76'

red 1 ◦ green 138 ◦ blue 118

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

Shades of Observatory #018A76

Tints of Observatory #018A76

RGB

 RED value IS 1 (0.78% from 255) = 0.39%

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

 BLUE value IS 118 (46.48% from 255) = 45.91%

R = 0.39%
G = 53.7%
B = 45.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#018A76 (or 0x018A76) is known color: Observatory. HEX triplet: 01, 8A and 76. RGB value is (1,138,118). Sum of RGB (Red+Green+Blue) = 1+138+118=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 138 (54.30% from 255 or 53.70% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 138 - color contains mainly: green. Hex color #018A76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018A76 is #FE7589. Grayscale: #5E5E5E. Windows color (decimal): -16676234 or 7768577. OLE color: 7768577.

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

Color convert

RGB 1 138 118 -
CMYK 0.99 0 0.14 0.46
HSL 171.24º 0.99% 0.27% -
HSV(B) 171.24º 0.99% 0.54% -
XYZ 12.37 19.49 20.25 -
YUV 94.76 141.11 61.13 -
System Red Green Blue C M Y K H S L
Decimal 1 138 118 0.99 0 0.14 0.46 171.24 0.99 0.27
Hex 1 8A 76 63 0 E 2E AB 63 1B
Octal 1 212 166 143 0 16 56 253 143 33
Binary 1 10001010 1110110 1100011 0 1110 101110 10101011 1100011 11011

Color Harmonies of #018A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A76

Black with #018A76

Text Example


Text Example

White with #018A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018A76; }

 p { color: rgb(1,138,118); }

 H1.HeaderClassName
 {
   color: #018A76;
 }
 .AnyTagClassName
 {
   color: #018A76;
 }
</style>

background-color css

<style>
 a { background-color: #018A76; }

 a { background-color: rgb(1,138,118); }

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

border-color css

<style>
 span { border-color: #018A76; }

 span { border-color: rgb(1,138,118); }

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