Html Css Color HEX #018962 Observatory

📋 copy color: '#018962'

red 1 ◦ green 137 ◦ blue 98

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

Shades of Observatory #018962

Tints of Observatory #018962

RGB

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

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

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

R = 0.42%
G = 58.05%
B = 41.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#018962 (or 0x018962) is known color: Observatory. HEX triplet: 01, 89 and 62. RGB value is (1,137,98). Sum of RGB (Red+Green+Blue) = 1+137+98=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 137 (53.91% from 255 or 58.05% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 137 - color contains mainly: green. Hex color #018962 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018962 is #FE769D. Grayscale: #5B5B5B. Windows color (decimal): -16676510 or 6457601. OLE color: 6457601.

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

Color convert

RGB 1 137 98 -
CMYK 0.99 0 0.28 0.46
HSL 162.79º 0.99% 0.27% -
HSV(B) 162.79º 0.99% 0.54% -
XYZ 11.16 18.78 14.59 -
YUV 91.89 131.44 63.17 -
System Red Green Blue C M Y K H S L
Decimal 1 137 98 0.99 0 0.28 0.46 162.79 0.99 0.27
Hex 1 89 62 63 0 1C 2E A3 63 1B
Octal 1 211 142 143 0 34 56 243 143 33
Binary 1 10001001 1100010 1100011 0 11100 101110 10100011 1100011 11011

Color Harmonies of #018962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018962

Black with #018962

Text Example


Text Example

White with #018962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018962; }

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

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

background-color css

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

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

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

border-color css

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

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

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