Html Css Color HEX #016B4A Watercourse

📋 copy color: '#016B4A'

red 1 ◦ green 107 ◦ blue 74

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

Shades of Watercourse #016B4A

Tints of Watercourse #016B4A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 58.79%

 BLUE value IS 74 (29.3% from 255) = 40.66%

R = 0.55%
G = 58.79%
B = 40.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#016B4A (or 0x016B4A) is known color: Watercourse. HEX triplet: 01, 6B and 4A. RGB value is (1,107,74). Sum of RGB (Red+Green+Blue) = 1+107+74=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 107 (42.19% from 255 or 58.79% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 107 - color contains mainly: green. Hex color #016B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016B4A is #FE94B5. Grayscale: #474747. Windows color (decimal): -16684214 or 4877057. OLE color: 4877057.

HSL color Cylindrical-coordinate representation of color #016B4A: hue angle of 161.32º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B4A is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 107 74 -
CMYK 0.99 0 0.31 0.58
HSL 161.32º 0.98% 0.21% -
HSV(B) 161.32º 0.99% 0.42% -
XYZ 6.51 11.02 8.26 -
YUV 71.54 129.38 77.68 -
System Red Green Blue C M Y K H S L
Decimal 1 107 74 0.99 0 0.31 0.58 161.32 0.98 0.21
Hex 1 6B 4A 63 0 1F 3A A1 62 15
Octal 1 153 112 143 0 37 72 241 142 25
Binary 1 1101011 1001010 1100011 0 11111 111010 10100001 1100010 10101

Color Harmonies of #016B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B4A

Black with #016B4A

Text Example


Text Example

White with #016B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016B4A; }

 p { color: rgb(1,107,74); }

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

background-color css

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

 a { background-color: rgb(1,107,74); }

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

border-color css

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

 span { border-color: rgb(1,107,74); }

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