Html Css Color HEX #01906A Observatory

📋 copy color: '#01906A'

red 1 ◦ green 144 ◦ blue 106

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

Shades of Observatory #01906A

Tints of Observatory #01906A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 57.37%

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

R = 0.4%
G = 57.37%
B = 42.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#01906A (or 0x01906A) is known color: Observatory. HEX triplet: 01, 90 and 6A. RGB value is (1,144,106). Sum of RGB (Red+Green+Blue) = 1+144+106=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 144 (56.64% from 255 or 57.37% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 144 - color contains mainly: green. Hex color #01906A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01906A is #FE6F95. Grayscale: #606060. Windows color (decimal): -16674710 or 6983681. OLE color: 6983681.

HSL color Cylindrical-coordinate representation of color #01906A: hue angle of 164.06º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01906A is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 144 106 -
CMYK 0.99 0 0.26 0.44
HSL 164.06º 0.99% 0.28% -
HSV(B) 164.06º 0.99% 0.56% -
XYZ 12.59 20.99 17.02 -
YUV 96.91 133.12 59.59 -
System Red Green Blue C M Y K H S L
Decimal 1 144 106 0.99 0 0.26 0.44 164.06 0.99 0.28
Hex 1 90 6A 63 0 1A 2C A4 63 1C
Octal 1 220 152 143 0 32 54 244 143 34
Binary 1 10010000 1101010 1100011 0 11010 101100 10100100 1100011 11100

Color Harmonies of #01906A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01906A

Black with #01906A

Text Example


Text Example

White with #01906A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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