Html Css Color HEX #018966 Observatory

📋 copy color: '#018966'

red 1 ◦ green 137 ◦ blue 102

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

Shades of Observatory #018966

Tints of Observatory #018966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 42.5%

R = 0.42%
G = 57.08%
B = 42.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#018966 (or 0x018966) is known color: Observatory. HEX triplet: 01, 89 and 66. RGB value is (1,137,102). Sum of RGB (Red+Green+Blue) = 1+137+102=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 137 (53.91% from 255 or 57.08% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 137 - color contains mainly: green. Hex color #018966 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018966 is #FE7699. Grayscale: #5C5C5C. Windows color (decimal): -16676506 or 6719745. OLE color: 6719745.

HSL color Cylindrical-coordinate representation of color #018966: hue angle of 164.56º 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 #018966 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 137 102 -
CMYK 0.99 0 0.26 0.46
HSL 164.56º 0.99% 0.27% -
HSV(B) 164.56º 0.99% 0.54% -
XYZ 11.36 18.86 15.61 -
YUV 92.35 133.44 62.85 -
System Red Green Blue C M Y K H S L
Decimal 1 137 102 0.99 0 0.26 0.46 164.56 0.99 0.27
Hex 1 89 66 63 0 1A 2E A5 63 1B
Octal 1 211 146 143 0 32 56 245 143 33
Binary 1 10001001 1100110 1100011 0 11010 101110 10100101 1100011 11011

Color Harmonies of #018966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018966

Black with #018966

Text Example


Text Example

White with #018966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018966; }

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

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

background-color css

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

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

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

border-color css

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

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

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