Html Css Color HEX #01684B Watercourse

📋 copy color: '#01684B'

red 1 ◦ green 104 ◦ blue 75

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

Shades of Watercourse #01684B

Tints of Watercourse #01684B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 57.78%

 BLUE value IS 75 (29.69% from 255) = 41.67%

R = 0.56%
G = 57.78%
B = 41.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#01684B (or 0x01684B) is known color: Watercourse. HEX triplet: 01, 68 and 4B. RGB value is (1,104,75). Sum of RGB (Red+Green+Blue) = 1+104+75=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 104 (41.02% from 255 or 57.78% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 104 - color contains mainly: green. Hex color #01684B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01684B is #FE97B4. Grayscale: #454545. Windows color (decimal): -16684981 or 4941825. OLE color: 4941825.

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

Color convert

RGB 1 104 75 -
CMYK 0.99 0 0.28 0.59
HSL 163.11º 0.98% 0.21% -
HSV(B) 163.11º 0.99% 0.41% -
XYZ 6.23 10.42 8.34 -
YUV 69.9 130.88 78.86 -
System Red Green Blue C M Y K H S L
Decimal 1 104 75 0.99 0 0.28 0.59 163.11 0.98 0.21
Hex 1 68 4B 63 0 1C 3B A3 62 15
Octal 1 150 113 143 0 34 73 243 142 25
Binary 1 1101000 1001011 1100011 0 11100 111011 10100011 1100010 10101

Color Harmonies of #01684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01684B

Black with #01684B

Text Example


Text Example

White with #01684B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01684B; }

 p { color: rgb(1,104,75); }

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

background-color css

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

 a { background-color: rgb(1,104,75); }

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

border-color css

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

 span { border-color: rgb(1,104,75); }

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