Html Css Color HEX #018F75 Observatory

📋 copy color: '#018F75'

red 1 ◦ green 143 ◦ blue 117

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

Shades of Observatory #018F75

Tints of Observatory #018F75

RGB

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

 GREEN value IS 143 (56.25% from 255) = 54.79%

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

R = 0.38%
G = 54.79%
B = 44.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#018F75 (or 0x018F75) is known color: Observatory. HEX triplet: 01, 8F and 75. RGB value is (1,143,117). Sum of RGB (Red+Green+Blue) = 1+143+117=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 143 (56.25% from 255 or 54.79% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 143 - color contains mainly: green. Hex color #018F75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018F75 is #FE708A. Grayscale: #616161. Windows color (decimal): -16674955 or 7704321. OLE color: 7704321.

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

Color convert

RGB 1 143 117 -
CMYK 0.99 0 0.18 0.44
HSL 169.01º 0.99% 0.28% -
HSV(B) 169.01º 0.99% 0.56% -
XYZ 13.05 20.94 20.18 -
YUV 97.58 138.96 59.11 -
System Red Green Blue C M Y K H S L
Decimal 1 143 117 0.99 0 0.18 0.44 169.01 0.99 0.28
Hex 1 8F 75 63 0 12 2C A9 63 1C
Octal 1 217 165 143 0 22 54 251 143 34
Binary 1 10001111 1110101 1100011 0 10010 101100 10101001 1100011 11100

Color Harmonies of #018F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F75

Black with #018F75

Text Example


Text Example

White with #018F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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