Html Css Color HEX #018D69 Observatory

📋 copy color: '#018D69'

red 1 ◦ green 141 ◦ blue 105

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

Shades of Observatory #018D69

Tints of Observatory #018D69

RGB

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

 GREEN value IS 141 (55.47% from 255) = 57.09%

 BLUE value IS 105 (41.41% from 255) = 42.51%

R = 0.4%
G = 57.09%
B = 42.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#018D69 (or 0x018D69) is known color: Observatory. HEX triplet: 01, 8D and 69. RGB value is (1,141,105). Sum of RGB (Red+Green+Blue) = 1+141+105=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 141 (55.47% from 255 or 57.09% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 141 - color contains mainly: green. Hex color #018D69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018D69 is #FE7296. Grayscale: #5F5F5F. Windows color (decimal): -16675479 or 6917377. OLE color: 6917377.

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

Color convert

RGB 1 141 105 -
CMYK 0.99 0 0.26 0.45
HSL 164.57º 0.99% 0.28% -
HSV(B) 164.57º 0.99% 0.55% -
XYZ 12.09 20.08 16.6 -
YUV 95.04 133.62 60.93 -
System Red Green Blue C M Y K H S L
Decimal 1 141 105 0.99 0 0.26 0.45 164.57 0.99 0.28
Hex 1 8D 69 63 0 1A 2D A5 63 1C
Octal 1 215 151 143 0 32 55 245 143 34
Binary 1 10001101 1101001 1100011 0 11010 101101 10100101 1100011 11100

Color Harmonies of #018D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018D69

Black with #018D69

Text Example


Text Example

White with #018D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,141,105); }

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

background-color css

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

 a { background-color: rgb(1,141,105); }

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

border-color css

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

 span { border-color: rgb(1,141,105); }

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