Html Css Color HEX #01886F Observatory

📋 copy color: '#01886F'

red 1 ◦ green 136 ◦ blue 111

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

Shades of Observatory #01886F

Tints of Observatory #01886F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 54.84%

 BLUE value IS 111 (43.75% from 255) = 44.76%

R = 0.4%
G = 54.84%
B = 44.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#01886F (or 0x01886F) is known color: Observatory. HEX triplet: 01, 88 and 6F. RGB value is (1,136,111). Sum of RGB (Red+Green+Blue) = 1+136+111=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 136 (53.52% from 255 or 54.84% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 136 - color contains mainly: green. Hex color #01886F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01886F is #FE7790. Grayscale: #5C5C5C. Windows color (decimal): -16676753 or 7309313. OLE color: 7309313.

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

Color convert

RGB 1 136 111 -
CMYK 0.99 0 0.18 0.47
HSL 168.89º 0.99% 0.27% -
HSV(B) 168.89º 0.99% 0.53% -
XYZ 11.69 18.76 18.04 -
YUV 92.79 138.27 62.53 -
System Red Green Blue C M Y K H S L
Decimal 1 136 111 0.99 0 0.18 0.47 168.89 0.99 0.27
Hex 1 88 6F 63 0 12 2F A9 63 1B
Octal 1 210 157 143 0 22 57 251 143 33
Binary 1 10001000 1101111 1100011 0 10010 101111 10101001 1100011 11011

Color Harmonies of #01886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01886F

Black with #01886F

Text Example


Text Example

White with #01886F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,136,111); }

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

background-color css

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

 a { background-color: rgb(1,136,111); }

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

border-color css

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

 span { border-color: rgb(1,136,111); }

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