Html Css Color HEX #018F6F Observatory

📋 copy color: '#018F6F'

red 1 ◦ green 143 ◦ blue 111

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

Shades of Observatory #018F6F

Tints of Observatory #018F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.53%

R = 0.39%
G = 56.08%
B = 43.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#018F6F (or 0x018F6F) is known color: Observatory. HEX triplet: 01, 8F and 6F. RGB value is (1,143,111). Sum of RGB (Red+Green+Blue) = 1+143+111=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 143 (56.25% from 255 or 56.08% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 143 - color contains mainly: green. Hex color #018F6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018F6F is #FE7090. Grayscale: #606060. Windows color (decimal): -16674961 or 7311105. OLE color: 7311105.

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

Color convert

RGB 1 143 111 -
CMYK 0.99 0 0.22 0.44
HSL 166.48º 0.99% 0.28% -
HSV(B) 166.48º 0.99% 0.56% -
XYZ 12.7 20.8 18.38 -
YUV 96.89 135.96 59.6 -
System Red Green Blue C M Y K H S L
Decimal 1 143 111 0.99 0 0.22 0.44 166.48 0.99 0.28
Hex 1 8F 6F 63 0 16 2C A6 63 1C
Octal 1 217 157 143 0 26 54 246 143 34
Binary 1 10001111 1101111 1100011 0 10110 101100 10100110 1100011 11100

Color Harmonies of #018F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F6F

Black with #018F6F

Text Example


Text Example

White with #018F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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