Html Css Color HEX #016942 Watercourse

📋 copy color: '#016942'

red 1 ◦ green 105 ◦ blue 66

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

Shades of Watercourse #016942

Tints of Watercourse #016942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.37%

R = 0.58%
G = 61.05%
B = 38.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#016942 (or 0x016942) is known color: Watercourse. HEX triplet: 01, 69 and 42. RGB value is (1,105,66). Sum of RGB (Red+Green+Blue) = 1+105+66=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 105 (41.41% from 255 or 61.05% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 105 - color contains mainly: green. Hex color #016942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016942 is #FE96BD. Grayscale: #454545. Windows color (decimal): -16684734 or 4352257. OLE color: 4352257.

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

Color convert

RGB 1 105 66 -
CMYK 0.99 0 0.37 0.59
HSL 157.5º 0.98% 0.21% -
HSV(B) 157.5º 0.99% 0.41% -
XYZ 6.05 10.5 6.86 -
YUV 69.46 126.04 79.17 -
System Red Green Blue C M Y K H S L
Decimal 1 105 66 0.99 0 0.37 0.59 157.5 0.98 0.21
Hex 1 69 42 63 0 25 3B 9E 62 15
Octal 1 151 102 143 0 45 73 236 142 25
Binary 1 1101001 1000010 1100011 0 100101 111011 10011110 1100010 10101

Color Harmonies of #016942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016942

Black with #016942

Text Example


Text Example

White with #016942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016942; }

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

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

background-color css

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

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

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

border-color css

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

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

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