Html Css Color HEX #01916C Observatory

📋 copy color: '#01916C'

red 1 ◦ green 145 ◦ blue 108

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

Shades of Observatory #01916C

Tints of Observatory #01916C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.52%

R = 0.39%
G = 57.09%
B = 42.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#01916C (or 0x01916C) is known color: Observatory. HEX triplet: 01, 91 and 6C. RGB value is (1,145,108). Sum of RGB (Red+Green+Blue) = 1+145+108=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 145 (57.03% from 255 or 57.09% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 145 - color contains mainly: green. Hex color #01916C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01916C is #FE6E93. Grayscale: #616161. Windows color (decimal): -16674452 or 7115009. OLE color: 7115009.

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

Color convert

RGB 1 145 108 -
CMYK 0.99 0 0.26 0.43
HSL 164.58º 0.99% 0.29% -
HSV(B) 164.58º 0.99% 0.57% -
XYZ 12.84 21.34 17.63 -
YUV 97.73 133.79 59.01 -
System Red Green Blue C M Y K H S L
Decimal 1 145 108 0.99 0 0.26 0.43 164.58 0.99 0.29
Hex 1 91 6C 63 0 1A 2B A5 63 1D
Octal 1 221 154 143 0 32 53 245 143 35
Binary 1 10010001 1101100 1100011 0 11010 101011 10100101 1100011 11101

Color Harmonies of #01916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01916C

Black with #01916C

Text Example


Text Example

White with #01916C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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