Html Css Color HEX #018F6D Observatory

📋 copy color: '#018F6D'

red 1 ◦ green 143 ◦ blue 109

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

Shades of Observatory #018F6D

Tints of Observatory #018F6D

RGB

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

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

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

R = 0.4%
G = 56.52%
B = 43.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#018F6D (or 0x018F6D) is known color: Observatory. HEX triplet: 01, 8F and 6D. RGB value is (1,143,109). Sum of RGB (Red+Green+Blue) = 1+143+109=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 143 (56.25% from 255 or 56.52% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 143 - color contains mainly: green. Hex color #018F6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018F6D is #FE7092. Grayscale: #606060. Windows color (decimal): -16674963 or 7180033. OLE color: 7180033.

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

Color convert

RGB 1 143 109 -
CMYK 0.99 0 0.24 0.44
HSL 165.63º 0.99% 0.28% -
HSV(B) 165.63º 0.99% 0.56% -
XYZ 12.6 20.76 17.81 -
YUV 96.67 134.96 59.76 -
System Red Green Blue C M Y K H S L
Decimal 1 143 109 0.99 0 0.24 0.44 165.63 0.99 0.28
Hex 1 8F 6D 63 0 18 2C A6 63 1C
Octal 1 217 155 143 0 30 54 246 143 34
Binary 1 10001111 1101101 1100011 0 11000 101100 10100110 1100011 11100

Color Harmonies of #018F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F6D

Black with #018F6D

Text Example


Text Example

White with #018F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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