Html Css Color HEX #01916A Observatory

📋 copy color: '#01916A'

red 1 ◦ green 145 ◦ blue 106

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

Shades of Observatory #01916A

Tints of Observatory #01916A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.06%

R = 0.4%
G = 57.54%
B = 42.06%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#01916A (or 0x01916A) is known color: Observatory. HEX triplet: 01, 91 and 6A. RGB value is (1,145,106). Sum of RGB (Red+Green+Blue) = 1+145+106=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #01916A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01916A is #FE6E95. Grayscale: #616161. Windows color (decimal): -16674454 or 6983937. OLE color: 6983937.

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

Color convert

RGB 1 145 106 -
CMYK 0.99 0 0.27 0.43
HSL 163.75º 0.99% 0.29% -
HSV(B) 163.75º 0.99% 0.57% -
XYZ 12.74 21.3 17.08 -
YUV 97.5 132.79 59.17 -
System Red Green Blue C M Y K H S L
Decimal 1 145 106 0.99 0 0.27 0.43 163.75 0.99 0.29
Hex 1 91 6A 63 0 1B 2B A4 63 1D
Octal 1 221 152 143 0 33 53 244 143 35
Binary 1 10010001 1101010 1100011 0 11011 101011 10100100 1100011 11101

Color Harmonies of #01916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01916A

Black with #01916A

Text Example


Text Example

White with #01916A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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