Html Css Color HEX #016750 Watercourse

📋 copy color: '#016750'

red 1 ◦ green 103 ◦ blue 80

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

Shades of Watercourse #016750

Tints of Watercourse #016750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 43.48%

R = 0.54%
G = 55.98%
B = 43.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#016750 (or 0x016750) is known color: Watercourse. HEX triplet: 01, 67 and 50. RGB value is (1,103,80). Sum of RGB (Red+Green+Blue) = 1+103+80=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 103 (40.62% from 255 or 55.98% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 103 - color contains mainly: green. Hex color #016750 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016750 is #FE98AF. Grayscale: #454545. Windows color (decimal): -16685232 or 5269249. OLE color: 5269249.

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

Color convert

RGB 1 103 80 -
CMYK 0.99 0 0.22 0.60
HSL 166.47º 0.98% 0.2% -
HSV(B) 166.47º 0.99% 0.4% -
XYZ 6.31 10.29 9.24 -
YUV 69.88 133.71 78.87 -
System Red Green Blue C M Y K H S L
Decimal 1 103 80 0.99 0 0.22 0.60 166.47 0.98 0.2
Hex 1 67 50 63 0 16 3C A6 62 14
Octal 1 147 120 143 0 26 74 246 142 24
Binary 1 1100111 1010000 1100011 0 10110 111100 10100110 1100010 10100

Color Harmonies of #016750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016750

Black with #016750

Text Example


Text Example

White with #016750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016750; }

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

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

background-color css

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

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

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

border-color css

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

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

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