Html Css Color HEX #018A78 Observatory

📋 copy color: '#018A78'

red 1 ◦ green 138 ◦ blue 120

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

Shades of Observatory #018A78

Tints of Observatory #018A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 46.33%

R = 0.39%
G = 53.28%
B = 46.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#018A78 (or 0x018A78) is known color: Observatory. HEX triplet: 01, 8A and 78. RGB value is (1,138,120). Sum of RGB (Red+Green+Blue) = 1+138+120=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 138 (54.30% from 255 or 53.28% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 138 - color contains mainly: green. Hex color #018A78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018A78 is #FE7587. Grayscale: #5E5E5E. Windows color (decimal): -16676232 or 7899649. OLE color: 7899649.

HSL color Cylindrical-coordinate representation of color #018A78: hue angle of 172.12º 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 #018A78 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 138 120 -
CMYK 0.99 0 0.13 0.46
HSL 172.12º 0.99% 0.27% -
HSV(B) 172.12º 0.99% 0.54% -
XYZ 12.49 19.54 20.88 -
YUV 94.99 142.11 60.96 -
System Red Green Blue C M Y K H S L
Decimal 1 138 120 0.99 0 0.13 0.46 172.12 0.99 0.27
Hex 1 8A 78 63 0 D 2E AC 63 1B
Octal 1 212 170 143 0 15 56 254 143 33
Binary 1 10001010 1111000 1100011 0 1101 101110 10101100 1100011 11011

Color Harmonies of #018A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A78

Black with #018A78

Text Example


Text Example

White with #018A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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