Html Css Color HEX #01906F Observatory

📋 copy color: '#01906F'

red 1 ◦ green 144 ◦ blue 111

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

Shades of Observatory #01906F

Tints of Observatory #01906F

RGB

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

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

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

R = 0.39%
G = 56.25%
B = 43.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#01906F (or 0x01906F) is known color: Observatory. HEX triplet: 01, 90 and 6F. RGB value is (1,144,111). Sum of RGB (Red+Green+Blue) = 1+144+111=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #01906F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01906F is #FE6F90. Grayscale: #616161. Windows color (decimal): -16674705 or 7311361. OLE color: 7311361.

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

Color convert

RGB 1 144 111 -
CMYK 0.99 0 0.23 0.44
HSL 166.15º 0.99% 0.28% -
HSV(B) 166.15º 0.99% 0.56% -
XYZ 12.86 21.1 18.43 -
YUV 97.48 135.62 59.18 -
System Red Green Blue C M Y K H S L
Decimal 1 144 111 0.99 0 0.23 0.44 166.15 0.99 0.28
Hex 1 90 6F 63 0 17 2C A6 63 1C
Octal 1 220 157 143 0 27 54 246 143 34
Binary 1 10010000 1101111 1100011 0 10111 101100 10100110 1100011 11100

Color Harmonies of #01906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01906F

Black with #01906F

Text Example


Text Example

White with #01906F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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