Html Css Color HEX #018D75 Observatory

📋 copy color: '#018D75'

red 1 ◦ green 141 ◦ blue 117

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

Shades of Observatory #018D75

Tints of Observatory #018D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.17%

R = 0.39%
G = 54.44%
B = 45.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#018D75 (or 0x018D75) is known color: Observatory. HEX triplet: 01, 8D and 75. RGB value is (1,141,117). Sum of RGB (Red+Green+Blue) = 1+141+117=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 141 (55.47% from 255 or 54.44% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 141 - color contains mainly: green. Hex color #018D75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018D75 is #FE728A. Grayscale: #606060. Windows color (decimal): -16675467 or 7703809. OLE color: 7703809.

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

Color convert

RGB 1 141 117 -
CMYK 0.99 0 0.17 0.45
HSL 169.71º 0.99% 0.28% -
HSV(B) 169.71º 0.99% 0.55% -
XYZ 12.75 20.34 20.08 -
YUV 96.4 139.62 59.95 -
System Red Green Blue C M Y K H S L
Decimal 1 141 117 0.99 0 0.17 0.45 169.71 0.99 0.28
Hex 1 8D 75 63 0 11 2D AA 63 1C
Octal 1 215 165 143 0 21 55 252 143 34
Binary 1 10001101 1110101 1100011 0 10001 101101 10101010 1100011 11100

Color Harmonies of #018D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018D75

Black with #018D75

Text Example


Text Example

White with #018D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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