Html Css Color HEX #01856F Observatory

📋 copy color: '#01856F'

red 1 ◦ green 133 ◦ blue 111

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

Shades of Observatory #01856F

Tints of Observatory #01856F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.29%

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

R = 0.41%
G = 54.29%
B = 45.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#01856F (or 0x01856F) is known color: Observatory. HEX triplet: 01, 85 and 6F. RGB value is (1,133,111). Sum of RGB (Red+Green+Blue) = 1+133+111=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #01856F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01856F is #FE7A90. Grayscale: #5A5A5A. Windows color (decimal): -16677521 or 7308545. OLE color: 7308545.

HSL color Cylindrical-coordinate representation of color #01856F: hue angle of 170º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01856F is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 133 111 -
CMYK 0.99 0 0.17 0.48
HSL 170º 0.99% 0.26% -
HSV(B) 170º 0.99% 0.52% -
XYZ 11.27 17.93 17.91 -
YUV 91.02 139.27 63.79 -
System Red Green Blue C M Y K H S L
Decimal 1 133 111 0.99 0 0.17 0.48 170 0.99 0.26
Hex 1 85 6F 63 0 11 30 AA 63 1A
Octal 1 205 157 143 0 21 60 252 143 32
Binary 1 10000101 1101111 1100011 0 10001 110000 10101010 1100011 11010

Color Harmonies of #01856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01856F

Black with #01856F

Text Example


Text Example

White with #01856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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