Html Css Color HEX #018C78 Observatory

📋 copy color: '#018C78'

red 1 ◦ green 140 ◦ blue 120

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

Shades of Observatory #018C78

Tints of Observatory #018C78

RGB

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

 GREEN value IS 140 (55.08% from 255) = 53.64%

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

R = 0.38%
G = 53.64%
B = 45.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#018C78 (or 0x018C78) is known color: Observatory. HEX triplet: 01, 8C and 78. RGB value is (1,140,120). Sum of RGB (Red+Green+Blue) = 1+140+120=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 140 (55.08% from 255 or 53.64% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 140 - color contains mainly: green. Hex color #018C78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018C78 is #FE7387. Grayscale: #606060. Windows color (decimal): -16675720 or 7900161. OLE color: 7900161.

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

Color convert

RGB 1 140 120 -
CMYK 0.99 0 0.14 0.45
HSL 171.37º 0.99% 0.28% -
HSV(B) 171.37º 0.99% 0.55% -
XYZ 12.78 20.12 20.98 -
YUV 96.16 141.45 60.13 -
System Red Green Blue C M Y K H S L
Decimal 1 140 120 0.99 0 0.14 0.45 171.37 0.99 0.28
Hex 1 8C 78 63 0 E 2D AB 63 1C
Octal 1 214 170 143 0 16 55 253 143 34
Binary 1 10001100 1111000 1100011 0 1110 101101 10101011 1100011 11100

Color Harmonies of #018C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018C78

Black with #018C78

Text Example


Text Example

White with #018C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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