Html Css Color HEX #01956F Observatory

📋 copy color: '#01956F'

red 1 ◦ green 149 ◦ blue 111

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

Shades of Observatory #01956F

Tints of Observatory #01956F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 57.09%

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

R = 0.38%
G = 57.09%
B = 42.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#01956F (or 0x01956F) is known color: Observatory. HEX triplet: 01, 95 and 6F. RGB value is (1,149,111). Sum of RGB (Red+Green+Blue) = 1+149+111=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #01956F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01956F is #FE6A90. Grayscale: #646464. Windows color (decimal): -16673425 or 7312641. OLE color: 7312641.

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

Color convert

RGB 1 149 111 -
CMYK 0.99 0 0.26 0.42
HSL 164.59º 0.99% 0.29% -
HSV(B) 164.59º 0.99% 0.58% -
XYZ 13.63 22.65 18.69 -
YUV 100.42 133.97 57.09 -
System Red Green Blue C M Y K H S L
Decimal 1 149 111 0.99 0 0.26 0.42 164.59 0.99 0.29
Hex 1 95 6F 63 0 1A 2A A5 63 1D
Octal 1 225 157 143 0 32 52 245 143 35
Binary 1 10010101 1101111 1100011 0 11010 101010 10100101 1100011 11101

Color Harmonies of #01956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01956F

Black with #01956F

Text Example


Text Example

White with #01956F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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