Html Css Color HEX #016645 Watercourse

📋 copy color: '#016645'

red 1 ◦ green 102 ◦ blue 69

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

Shades of Watercourse #016645

Tints of Watercourse #016645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 40.12%

R = 0.58%
G = 59.3%
B = 40.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.6

RGB Variations

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

Color information

#016645 (or 0x016645) is known color: Watercourse. HEX triplet: 01, 66 and 45. RGB value is (1,102,69). Sum of RGB (Red+Green+Blue) = 1+102+69=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 102 (40.23% from 255 or 59.30% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 102 - color contains mainly: green. Hex color #016645 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016645 is #FE99BA. Grayscale: #444444. Windows color (decimal): -16685499 or 4548097. OLE color: 4548097.

HSL color Cylindrical-coordinate representation of color #016645: hue angle of 160.4º 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 #016645 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 102 69 -
CMYK 0.99 0 0.32 0.6
HSL 160.4º 0.98% 0.2% -
HSV(B) 160.4º 0.99% 0.4% -
XYZ 5.84 9.94 7.24 -
YUV 68.04 128.54 80.18 -
System Red Green Blue C M Y K H S L
Decimal 1 102 69 0.99 0 0.32 0.6 160.4 0.98 0.2
Hex 1 66 45 63 0 20 3C A0 62 14
Octal 1 146 105 143 0 40 74 240 142 24
Binary 1 1100110 1000101 1100011 0 100000 111100 10100000 1100010 10100

Color Harmonies of #016645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016645

Black with #016645

Text Example


Text Example

White with #016645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016645; }

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

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

background-color css

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

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

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

border-color css

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

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

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