Html Css Color HEX #018975 Observatory

📋 copy color: '#018975'

red 1 ◦ green 137 ◦ blue 117

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

Shades of Observatory #018975

Tints of Observatory #018975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.73%

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

R = 0.39%
G = 53.73%
B = 45.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#018975 (or 0x018975) is known color: Observatory. HEX triplet: 01, 89 and 75. RGB value is (1,137,117). Sum of RGB (Red+Green+Blue) = 1+137+117=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 137 (53.91% from 255 or 53.73% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 137 - color contains mainly: green. Hex color #018975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018975 is #FE768A. Grayscale: #5E5E5E. Windows color (decimal): -16676491 or 7702785. OLE color: 7702785.

HSL color Cylindrical-coordinate representation of color #018975: hue angle of 171.18º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018975 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 137 117 -
CMYK 0.99 0 0.15 0.46
HSL 171.18º 0.99% 0.27% -
HSV(B) 171.18º 0.99% 0.54% -
XYZ 12.17 19.18 19.89 -
YUV 94.06 140.94 61.63 -
System Red Green Blue C M Y K H S L
Decimal 1 137 117 0.99 0 0.15 0.46 171.18 0.99 0.27
Hex 1 89 75 63 0 F 2E AB 63 1B
Octal 1 211 165 143 0 17 56 253 143 33
Binary 1 10001001 1110101 1100011 0 1111 101110 10101011 1100011 11011

Color Harmonies of #018975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018975

Black with #018975

Text Example


Text Example

White with #018975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018975; }

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

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

background-color css

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

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

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

border-color css

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

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

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