Html Css Color HEX #01856A Observatory

📋 copy color: '#01856A'

red 1 ◦ green 133 ◦ blue 106

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

Shades of Observatory #01856A

Tints of Observatory #01856A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 44.17%

R = 0.42%
G = 55.42%
B = 44.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#01856A (or 0x01856A) is known color: Observatory. HEX triplet: 01, 85 and 6A. RGB value is (1,133,106). Sum of RGB (Red+Green+Blue) = 1+133+106=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #01856A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01856A is #FE7A95. Grayscale: #5A5A5A. Windows color (decimal): -16677526 or 6980865. OLE color: 6980865.

HSL color Cylindrical-coordinate representation of color #01856A: hue angle of 167.73º 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 #01856A is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 133 106 -
CMYK 0.99 0 0.20 0.48
HSL 167.73º 0.99% 0.26% -
HSV(B) 167.73º 0.99% 0.52% -
XYZ 11 17.82 16.5 -
YUV 90.45 136.77 64.2 -
System Red Green Blue C M Y K H S L
Decimal 1 133 106 0.99 0 0.20 0.48 167.73 0.99 0.26
Hex 1 85 6A 63 0 14 30 A8 63 1A
Octal 1 205 152 143 0 24 60 250 143 32
Binary 1 10000101 1101010 1100011 0 10100 110000 10101000 1100011 11010

Color Harmonies of #01856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01856A

Black with #01856A

Text Example


Text Example

White with #01856A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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