Html Css Color HEX #01956E Observatory

📋 copy color: '#01956E'

red 1 ◦ green 149 ◦ blue 110

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

Shades of Observatory #01956E

Tints of Observatory #01956E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.31%

R = 0.38%
G = 57.31%
B = 42.31%

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

#01956E (or 0x01956E) is known color: Observatory. HEX triplet: 01, 95 and 6E. RGB value is (1,149,110). Sum of RGB (Red+Green+Blue) = 1+149+110=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 149 (58.59% from 255 or 57.31% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 149 - color contains mainly: green. Hex color #01956E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01956E is #FE6A91. Grayscale: #646464. Windows color (decimal): -16673426 or 7247105. OLE color: 7247105.

HSL color Cylindrical-coordinate representation of color #01956E: hue angle of 164.19º 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 #01956E is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 149 110 -
CMYK 0.99 0 0.26 0.42
HSL 164.19º 0.99% 0.29% -
HSV(B) 164.19º 0.99% 0.58% -
XYZ 13.57 22.63 18.4 -
YUV 100.3 133.47 57.17 -
System Red Green Blue C M Y K H S L
Decimal 1 149 110 0.99 0 0.26 0.42 164.19 0.99 0.29
Hex 1 95 6E 63 0 1A 2A A4 63 1D
Octal 1 225 156 143 0 32 52 244 143 35
Binary 1 10010101 1101110 1100011 0 11010 101010 10100100 1100011 11101

Color Harmonies of #01956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01956E

Black with #01956E

Text Example


Text Example

White with #01956E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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