Html Css Color HEX #018662 Observatory

📋 copy color: '#018662'

red 1 ◦ green 134 ◦ blue 98

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

Shades of Observatory #018662

Tints of Observatory #018662

RGB

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

 GREEN value IS 134 (52.73% from 255) = 57.51%

 BLUE value IS 98 (38.67% from 255) = 42.06%

R = 0.43%
G = 57.51%
B = 42.06%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#018662 (or 0x018662) is known color: Observatory. HEX triplet: 01, 86 and 62. RGB value is (1,134,98). Sum of RGB (Red+Green+Blue) = 1+134+98=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #018662 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018662 is #FE799D. Grayscale: #5A5A5A. Windows color (decimal): -16677278 or 6456833. OLE color: 6456833.

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

Color convert

RGB 1 134 98 -
CMYK 0.99 0 0.27 0.47
HSL 163.76º 0.99% 0.26% -
HSV(B) 163.76º 0.99% 0.53% -
XYZ 10.74 17.94 14.45 -
YUV 90.13 132.44 64.43 -
System Red Green Blue C M Y K H S L
Decimal 1 134 98 0.99 0 0.27 0.47 163.76 0.99 0.26
Hex 1 86 62 63 0 1B 2F A4 63 1A
Octal 1 206 142 143 0 33 57 244 143 32
Binary 1 10000110 1100010 1100011 0 11011 101111 10100100 1100011 11010

Color Harmonies of #018662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018662

Black with #018662

Text Example


Text Example

White with #018662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018662; }

 p { color: rgb(1,134,98); }

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

background-color css

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

 a { background-color: rgb(1,134,98); }

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

border-color css

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

 span { border-color: rgb(1,134,98); }

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