Html Css Color HEX #01663F Watercourse

📋 copy color: '#01663F'

red 1 ◦ green 102 ◦ blue 63

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

Shades of Watercourse #01663F

Tints of Watercourse #01663F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 61.45%

 BLUE value IS 63 (25% from 255) = 37.95%

R = 0.6%
G = 61.45%
B = 37.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.6

RGB Variations

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

Color information

#01663F (or 0x01663F) is known color: Watercourse. HEX triplet: 01, 66 and 3F. RGB value is (1,102,63). Sum of RGB (Red+Green+Blue) = 1+102+63=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 102 (40.23% from 255 or 61.45% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 102 - color contains mainly: green. Hex color #01663F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01663F is #FE99C0. Grayscale: #434343. Windows color (decimal): -16685505 or 4154881. OLE color: 4154881.

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

Color convert

RGB 1 102 63 -
CMYK 0.99 0 0.38 0.6
HSL 156.83º 0.98% 0.2% -
HSV(B) 156.83º 0.99% 0.4% -
XYZ 5.66 9.87 6.31 -
YUV 67.36 125.54 80.67 -
System Red Green Blue C M Y K H S L
Decimal 1 102 63 0.99 0 0.38 0.6 156.83 0.98 0.2
Hex 1 66 3F 63 0 26 3C 9D 62 14
Octal 1 146 77 143 0 46 74 235 142 24
Binary 1 1100110 111111 1100011 0 100110 111100 10011101 1100010 10100

Color Harmonies of #01663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01663F

Black with #01663F

Text Example


Text Example

White with #01663F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01663F; }

 p { color: rgb(1,102,63); }

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

background-color css

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

 a { background-color: rgb(1,102,63); }

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

border-color css

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

 span { border-color: rgb(1,102,63); }

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