Html Css Color HEX #018F70 Observatory

📋 copy color: '#018F70'

red 1 ◦ green 143 ◦ blue 112

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

Shades of Observatory #018F70

Tints of Observatory #018F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.75%

R = 0.39%
G = 55.86%
B = 43.75%

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

#018F70 (or 0x018F70) is known color: Observatory. HEX triplet: 01, 8F and 70. RGB value is (1,143,112). Sum of RGB (Red+Green+Blue) = 1+143+112=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 143 (56.25% from 255 or 55.86% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 143 - color contains mainly: green. Hex color #018F70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018F70 is #FE708F. Grayscale: #606060. Windows color (decimal): -16674960 or 7376641. OLE color: 7376641.

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

Color convert

RGB 1 143 112 -
CMYK 0.99 0 0.22 0.44
HSL 166.9º 0.99% 0.28% -
HSV(B) 166.9º 0.99% 0.56% -
XYZ 12.76 20.82 18.68 -
YUV 97.01 136.46 59.52 -
System Red Green Blue C M Y K H S L
Decimal 1 143 112 0.99 0 0.22 0.44 166.9 0.99 0.28
Hex 1 8F 70 63 0 16 2C A7 63 1C
Octal 1 217 160 143 0 26 54 247 143 34
Binary 1 10001111 1110000 1100011 0 10110 101100 10100111 1100011 11100

Color Harmonies of #018F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F70

Black with #018F70

Text Example


Text Example

White with #018F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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