Html Css Color HEX #01916D Observatory

📋 copy color: '#01916D'

red 1 ◦ green 145 ◦ blue 109

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

Shades of Observatory #01916D

Tints of Observatory #01916D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.75%

R = 0.39%
G = 56.86%
B = 42.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#01916D (or 0x01916D) is known color: Observatory. HEX triplet: 01, 91 and 6D. RGB value is (1,145,109). Sum of RGB (Red+Green+Blue) = 1+145+109=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 145 (57.03% from 255 or 56.86% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 145 - color contains mainly: green. Hex color #01916D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01916D is #FE6E92. Grayscale: #616161. Windows color (decimal): -16674451 or 7180545. OLE color: 7180545.

HSL color Cylindrical-coordinate representation of color #01916D: hue angle of 165º 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 #01916D is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 145 109 -
CMYK 0.99 0 0.25 0.43
HSL 165º 0.99% 0.29% -
HSV(B) 165º 0.99% 0.57% -
XYZ 12.9 21.36 17.91 -
YUV 97.84 134.29 58.93 -
System Red Green Blue C M Y K H S L
Decimal 1 145 109 0.99 0 0.25 0.43 165 0.99 0.29
Hex 1 91 6D 63 0 19 2B A5 63 1D
Octal 1 221 155 143 0 31 53 245 143 35
Binary 1 10010001 1101101 1100011 0 11001 101011 10100101 1100011 11101

Color Harmonies of #01916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01916D

Black with #01916D

Text Example


Text Example

White with #01916D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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