Html Css Color HEX #01906B Observatory

📋 copy color: '#01906B'

red 1 ◦ green 144 ◦ blue 107

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

Shades of Observatory #01906B

Tints of Observatory #01906B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.46%

R = 0.4%
G = 57.14%
B = 42.46%

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

#01906B (or 0x01906B) is known color: Observatory. HEX triplet: 01, 90 and 6B. RGB value is (1,144,107). Sum of RGB (Red+Green+Blue) = 1+144+107=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 144 (56.64% from 255 or 57.14% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 144 - color contains mainly: green. Hex color #01906B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01906B is #FE6F94. Grayscale: #616161. Windows color (decimal): -16674709 or 7049217. OLE color: 7049217.

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

Color convert

RGB 1 144 107 -
CMYK 0.99 0 0.26 0.44
HSL 164.48º 0.99% 0.28% -
HSV(B) 164.48º 0.99% 0.56% -
XYZ 12.64 21.01 17.3 -
YUV 97.03 133.62 59.51 -
System Red Green Blue C M Y K H S L
Decimal 1 144 107 0.99 0 0.26 0.44 164.48 0.99 0.28
Hex 1 90 6B 63 0 1A 2C A4 63 1C
Octal 1 220 153 143 0 32 54 244 143 34
Binary 1 10010000 1101011 1100011 0 11010 101100 10100100 1100011 11100

Color Harmonies of #01906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01906B

Black with #01906B

Text Example


Text Example

White with #01906B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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