Html Css Color HEX #016740 Watercourse

📋 copy color: '#016740'

red 1 ◦ green 103 ◦ blue 64

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

Shades of Watercourse #016740

Tints of Watercourse #016740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 61.31%

 BLUE value IS 64 (25.39% from 255) = 38.1%

R = 0.6%
G = 61.31%
B = 38.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#016740 (or 0x016740) is known color: Watercourse. HEX triplet: 01, 67 and 40. RGB value is (1,103,64). Sum of RGB (Red+Green+Blue) = 1+103+64=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 103 (40.62% from 255 or 61.31% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 103 - color contains mainly: green. Hex color #016740 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016740 is #FE98BF. Grayscale: #444444. Windows color (decimal): -16685248 or 4220673. OLE color: 4220673.

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

Color convert

RGB 1 103 64 -
CMYK 0.99 0 0.38 0.60
HSL 157.06º 0.98% 0.2% -
HSV(B) 157.06º 0.99% 0.4% -
XYZ 5.79 10.08 6.49 -
YUV 68.06 125.71 80.17 -
System Red Green Blue C M Y K H S L
Decimal 1 103 64 0.99 0 0.38 0.60 157.06 0.98 0.2
Hex 1 67 40 63 0 26 3C 9D 62 14
Octal 1 147 100 143 0 46 74 235 142 24
Binary 1 1100111 1000000 1100011 0 100110 111100 10011101 1100010 10100

Color Harmonies of #016740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016740

Black with #016740

Text Example


Text Example

White with #016740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016740; }

 p { color: rgb(1,103,64); }

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

background-color css

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

 a { background-color: rgb(1,103,64); }

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

border-color css

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

 span { border-color: rgb(1,103,64); }

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