Html Css Color HEX #016940 Watercourse

📋 copy color: '#016940'

red 1 ◦ green 105 ◦ blue 64

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

Shades of Watercourse #016940

Tints of Watercourse #016940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 61.76%

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

R = 0.59%
G = 61.76%
B = 37.65%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#016940 (or 0x016940) is known color: Watercourse. HEX triplet: 01, 69 and 40. RGB value is (1,105,64). Sum of RGB (Red+Green+Blue) = 1+105+64=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 105 (41.41% from 255 or 61.76% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 105 - color contains mainly: green. Hex color #016940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016940 is #FE96BF. Grayscale: #454545. Windows color (decimal): -16684736 or 4221185. OLE color: 4221185.

HSL color Cylindrical-coordinate representation of color #016940: hue angle of 156.35º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016940 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 105 64 -
CMYK 0.99 0 0.39 0.59
HSL 156.35º 0.98% 0.21% -
HSV(B) 156.35º 0.99% 0.41% -
XYZ 5.99 10.48 6.56 -
YUV 69.23 125.04 79.33 -
System Red Green Blue C M Y K H S L
Decimal 1 105 64 0.99 0 0.39 0.59 156.35 0.98 0.21
Hex 1 69 40 63 0 27 3B 9C 62 15
Octal 1 151 100 143 0 47 73 234 142 25
Binary 1 1101001 1000000 1100011 0 100111 111011 10011100 1100010 10101

Color Harmonies of #016940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016940

Black with #016940

Text Example


Text Example

White with #016940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016940; }

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

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

background-color css

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

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

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

border-color css

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

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

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