Html Css Color HEX #01907C Observatory

📋 copy color: '#01907C'

red 1 ◦ green 144 ◦ blue 124

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

Shades of Observatory #01907C

Tints of Observatory #01907C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.1%

R = 0.37%
G = 53.53%
B = 46.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#01907C (or 0x01907C) is known color: Observatory. HEX triplet: 01, 90 and 7C. RGB value is (1,144,124). Sum of RGB (Red+Green+Blue) = 1+144+124=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 144 (56.64% from 255 or 53.53% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 144 - color contains mainly: green. Hex color #01907C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01907C is #FE6F83. Grayscale: #626262. Windows color (decimal): -16674692 or 8163329. OLE color: 8163329.

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

Color convert

RGB 1 144 124 -
CMYK 0.99 0 0.14 0.44
HSL 171.61º 0.99% 0.28% -
HSV(B) 171.61º 0.99% 0.56% -
XYZ 13.62 21.41 22.48 -
YUV 98.96 142.12 58.13 -
System Red Green Blue C M Y K H S L
Decimal 1 144 124 0.99 0 0.14 0.44 171.61 0.99 0.28
Hex 1 90 7C 63 0 E 2C AC 63 1C
Octal 1 220 174 143 0 16 54 254 143 34
Binary 1 10010000 1111100 1100011 0 1110 101100 10101100 1100011 11100

Color Harmonies of #01907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01907C

Black with #01907C

Text Example


Text Example

White with #01907C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01907C; }

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

 H1.HeaderClassName
 {
   color: #01907C;
 }
 .AnyTagClassName
 {
   color: #01907C;
 }
</style>

background-color css

<style>
 a { background-color: #01907C; }

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

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

border-color css

<style>
 span { border-color: #01907C; }

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

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