Html Css Color HEX #01895F Observatory

📋 copy color: '#01895F'

red 1 ◦ green 137 ◦ blue 95

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

Shades of Observatory #01895F

Tints of Observatory #01895F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.77%

R = 0.43%
G = 58.8%
B = 40.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#01895F (or 0x01895F) is known color: Observatory. HEX triplet: 01, 89 and 5F. RGB value is (1,137,95). Sum of RGB (Red+Green+Blue) = 1+137+95=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 137 (53.91% from 255 or 58.80% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 137 - color contains mainly: green. Hex color #01895F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01895F is #FE76A0. Grayscale: #5B5B5B. Windows color (decimal): -16676513 or 6260993. OLE color: 6260993.

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

Color convert

RGB 1 137 95 -
CMYK 0.99 0 0.31 0.46
HSL 161.47º 0.99% 0.27% -
HSV(B) 161.47º 0.99% 0.54% -
XYZ 11.02 18.72 13.86 -
YUV 91.55 129.94 63.42 -
System Red Green Blue C M Y K H S L
Decimal 1 137 95 0.99 0 0.31 0.46 161.47 0.99 0.27
Hex 1 89 5F 63 0 1F 2E A1 63 1B
Octal 1 211 137 143 0 37 56 241 143 33
Binary 1 10001001 1011111 1100011 0 11111 101110 10100001 1100011 11011

Color Harmonies of #01895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01895F

Black with #01895F

Text Example


Text Example

White with #01895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01895F; }

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

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

background-color css

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

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

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

border-color css

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

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

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