Html Css Color HEX #018761 Observatory

📋 copy color: '#018761'

red 1 ◦ green 135 ◦ blue 97

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

Shades of Observatory #018761

Tints of Observatory #018761

RGB

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

 GREEN value IS 135 (53.13% from 255) = 57.94%

 BLUE value IS 97 (38.28% from 255) = 41.63%

R = 0.43%
G = 57.94%
B = 41.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#018761 (or 0x018761) is known color: Observatory. HEX triplet: 01, 87 and 61. RGB value is (1,135,97). Sum of RGB (Red+Green+Blue) = 1+135+97=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 135 (53.12% from 255 or 57.94% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 135 - color contains mainly: green. Hex color #018761 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018761 is #FE789E. Grayscale: #5A5A5A. Windows color (decimal): -16677023 or 6391553. OLE color: 6391553.

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

Color convert

RGB 1 135 97 -
CMYK 0.99 0 0.28 0.47
HSL 162.99º 0.99% 0.27% -
HSV(B) 162.99º 0.99% 0.53% -
XYZ 10.83 18.2 14.25 -
YUV 90.6 131.61 64.09 -
System Red Green Blue C M Y K H S L
Decimal 1 135 97 0.99 0 0.28 0.47 162.99 0.99 0.27
Hex 1 87 61 63 0 1C 2F A3 63 1B
Octal 1 207 141 143 0 34 57 243 143 33
Binary 1 10000111 1100001 1100011 0 11100 101111 10100011 1100011 11011

Color Harmonies of #018761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018761

Black with #018761

Text Example


Text Example

White with #018761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018761; }

 p { color: rgb(1,135,97); }

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

background-color css

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

 a { background-color: rgb(1,135,97); }

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

border-color css

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

 span { border-color: rgb(1,135,97); }

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