Html Css Color HEX #018965 Observatory

📋 copy color: '#018965'

red 1 ◦ green 137 ◦ blue 101

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

Shades of Observatory #018965

Tints of Observatory #018965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.26%

R = 0.42%
G = 57.32%
B = 42.26%

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

#018965 (or 0x018965) is known color: Observatory. HEX triplet: 01, 89 and 65. RGB value is (1,137,101). Sum of RGB (Red+Green+Blue) = 1+137+101=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 137 (53.91% from 255 or 57.32% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 137 - color contains mainly: green. Hex color #018965 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018965 is #FE769A. Grayscale: #5C5C5C. Windows color (decimal): -16676507 or 6654209. OLE color: 6654209.

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

Color convert

RGB 1 137 101 -
CMYK 0.99 0 0.26 0.46
HSL 164.12º 0.99% 0.27% -
HSV(B) 164.12º 0.99% 0.54% -
XYZ 11.31 18.84 15.35 -
YUV 92.23 132.94 62.93 -
System Red Green Blue C M Y K H S L
Decimal 1 137 101 0.99 0 0.26 0.46 164.12 0.99 0.27
Hex 1 89 65 63 0 1A 2E A4 63 1B
Octal 1 211 145 143 0 32 56 244 143 33
Binary 1 10001001 1100101 1100011 0 11010 101110 10100100 1100011 11011

Color Harmonies of #018965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018965

Black with #018965

Text Example


Text Example

White with #018965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018965; }

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

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

background-color css

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

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

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

border-color css

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

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

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