Html Css Color HEX #016647 Watercourse

📋 copy color: '#016647'

red 1 ◦ green 102 ◦ blue 71

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

Shades of Watercourse #016647

Tints of Watercourse #016647

RGB

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

 GREEN value IS 102 (40.23% from 255) = 58.62%

 BLUE value IS 71 (28.13% from 255) = 40.8%

R = 0.57%
G = 58.62%
B = 40.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#016647 (or 0x016647) is known color: Watercourse. HEX triplet: 01, 66 and 47. RGB value is (1,102,71). Sum of RGB (Red+Green+Blue) = 1+102+71=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 102 (40.23% from 255 or 58.62% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 102 - color contains mainly: green. Hex color #016647 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016647 is #FE99B8. Grayscale: #444444. Windows color (decimal): -16685497 or 4679169. OLE color: 4679169.

HSL color Cylindrical-coordinate representation of color #016647: hue angle of 161.58º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016647 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 102 71 -
CMYK 0.99 0 0.30 0.6
HSL 161.58º 0.98% 0.2% -
HSV(B) 161.58º 0.99% 0.4% -
XYZ 5.9 9.96 7.57 -
YUV 68.27 129.54 80.02 -
System Red Green Blue C M Y K H S L
Decimal 1 102 71 0.99 0 0.30 0.6 161.58 0.98 0.2
Hex 1 66 47 63 0 1E 3C A2 62 14
Octal 1 146 107 143 0 36 74 242 142 24
Binary 1 1100110 1000111 1100011 0 11110 111100 10100010 1100010 10100

Color Harmonies of #016647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016647

Black with #016647

Text Example


Text Example

White with #016647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016647; }

 p { color: rgb(1,102,71); }

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

background-color css

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

 a { background-color: rgb(1,102,71); }

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

border-color css

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

 span { border-color: rgb(1,102,71); }

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