Html Css Color HEX #018E6D Observatory

📋 copy color: '#018E6D'

red 1 ◦ green 142 ◦ blue 109

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

Shades of Observatory #018E6D

Tints of Observatory #018E6D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 56.35%

 BLUE value IS 109 (42.97% from 255) = 43.25%

R = 0.4%
G = 56.35%
B = 43.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#018E6D (or 0x018E6D) is known color: Observatory. HEX triplet: 01, 8E and 6D. RGB value is (1,142,109). Sum of RGB (Red+Green+Blue) = 1+142+109=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 142 (55.86% from 255 or 56.35% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 142 - color contains mainly: green. Hex color #018E6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018E6D is #FE7192. Grayscale: #606060. Windows color (decimal): -16675219 or 7179777. OLE color: 7179777.

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

Color convert

RGB 1 142 109 -
CMYK 0.99 0 0.23 0.44
HSL 165.96º 0.99% 0.28% -
HSV(B) 165.96º 0.99% 0.56% -
XYZ 12.45 20.46 17.76 -
YUV 96.08 135.29 60.18 -
System Red Green Blue C M Y K H S L
Decimal 1 142 109 0.99 0 0.23 0.44 165.96 0.99 0.28
Hex 1 8E 6D 63 0 17 2C A6 63 1C
Octal 1 216 155 143 0 27 54 246 143 34
Binary 1 10001110 1101101 1100011 0 10111 101100 10100110 1100011 11100

Color Harmonies of #018E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018E6D

Black with #018E6D

Text Example


Text Example

White with #018E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,142,109); }

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

background-color css

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

 a { background-color: rgb(1,142,109); }

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

border-color css

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

 span { border-color: rgb(1,142,109); }

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