Html Css Color HEX #018B79 Observatory

📋 copy color: '#018B79'

red 1 ◦ green 139 ◦ blue 121

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

Shades of Observatory #018B79

Tints of Observatory #018B79

RGB

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

 GREEN value IS 139 (54.69% from 255) = 53.26%

 BLUE value IS 121 (47.66% from 255) = 46.36%

R = 0.38%
G = 53.26%
B = 46.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#018B79 (or 0x018B79) is known color: Observatory. HEX triplet: 01, 8B and 79. RGB value is (1,139,121). Sum of RGB (Red+Green+Blue) = 1+139+121=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 139 (54.69% from 255 or 53.26% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 139 - color contains mainly: green. Hex color #018B79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018B79 is #FE7486. Grayscale: #5F5F5F. Windows color (decimal): -16675975 or 7965441. OLE color: 7965441.

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

Color convert

RGB 1 139 121 -
CMYK 0.99 0 0.13 0.45
HSL 172.17º 0.99% 0.27% -
HSV(B) 172.17º 0.99% 0.55% -
XYZ 12.7 19.85 21.25 -
YUV 95.69 142.28 60.46 -
System Red Green Blue C M Y K H S L
Decimal 1 139 121 0.99 0 0.13 0.45 172.17 0.99 0.27
Hex 1 8B 79 63 0 D 2D AC 63 1B
Octal 1 213 171 143 0 15 55 254 143 33
Binary 1 10001011 1111001 1100011 0 1101 101101 10101100 1100011 11011

Color Harmonies of #018B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018B79

Black with #018B79

Text Example


Text Example

White with #018B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,139,121); }

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

background-color css

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

 a { background-color: rgb(1,139,121); }

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

border-color css

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

 span { border-color: rgb(1,139,121); }

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