Html Css Color HEX #01674D Watercourse

📋 copy color: '#01674D'

red 1 ◦ green 103 ◦ blue 77

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

Shades of Watercourse #01674D

Tints of Watercourse #01674D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 42.54%

R = 0.55%
G = 56.91%
B = 42.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#01674D (or 0x01674D) is known color: Watercourse. HEX triplet: 01, 67 and 4D. RGB value is (1,103,77). Sum of RGB (Red+Green+Blue) = 1+103+77=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 103 (40.62% from 255 or 56.91% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 103 - color contains mainly: green. Hex color #01674D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01674D is #FE98B2. Grayscale: #454545. Windows color (decimal): -16685235 or 5072641. OLE color: 5072641.

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

Color convert

RGB 1 103 77 -
CMYK 0.99 0 0.25 0.60
HSL 164.71º 0.98% 0.2% -
HSV(B) 164.71º 0.99% 0.4% -
XYZ 6.2 10.24 8.67 -
YUV 69.54 132.21 79.11 -
System Red Green Blue C M Y K H S L
Decimal 1 103 77 0.99 0 0.25 0.60 164.71 0.98 0.2
Hex 1 67 4D 63 0 19 3C A5 62 14
Octal 1 147 115 143 0 31 74 245 142 24
Binary 1 1100111 1001101 1100011 0 11001 111100 10100101 1100010 10100

Color Harmonies of #01674D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01674D

Black with #01674D

Text Example


Text Example

White with #01674D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01674D; }

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

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

background-color css

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

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

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

border-color css

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

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

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