Html Css Color HEX #01917D Observatory

📋 copy color: '#01917D'

red 1 ◦ green 145 ◦ blue 125

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

Shades of Observatory #01917D

Tints of Observatory #01917D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.51%

 BLUE value IS 125 (49.22% from 255) = 46.13%

R = 0.37%
G = 53.51%
B = 46.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#01917D (or 0x01917D) is known color: Observatory. HEX triplet: 01, 91 and 7D. RGB value is (1,145,125). Sum of RGB (Red+Green+Blue) = 1+145+125=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #01917D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01917D is #FE6E82. Grayscale: #636363. Windows color (decimal): -16674435 or 8229121. OLE color: 8229121.

HSL color Cylindrical-coordinate representation of color #01917D: hue angle of 171.67º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01917D is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 145 125 -
CMYK 0.99 0 0.14 0.43
HSL 171.67º 0.99% 0.29% -
HSV(B) 171.67º 0.99% 0.57% -
XYZ 13.84 21.74 22.87 -
YUV 99.66 142.29 57.63 -
System Red Green Blue C M Y K H S L
Decimal 1 145 125 0.99 0 0.14 0.43 171.67 0.99 0.29
Hex 1 91 7D 63 0 E 2B AC 63 1D
Octal 1 221 175 143 0 16 53 254 143 35
Binary 1 10010001 1111101 1100011 0 1110 101011 10101100 1100011 11101

Color Harmonies of #01917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01917D

Black with #01917D

Text Example


Text Example

White with #01917D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01917D; }

 p { color: rgb(1,145,125); }

 H1.HeaderClassName
 {
   color: #01917D;
 }
 .AnyTagClassName
 {
   color: #01917D;
 }
</style>

background-color css

<style>
 a { background-color: #01917D; }

 a { background-color: rgb(1,145,125); }

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

border-color css

<style>
 span { border-color: #01917D; }

 span { border-color: rgb(1,145,125); }

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