Html Css Color HEX #01694A Watercourse

📋 copy color: '#01694A'

red 1 ◦ green 105 ◦ blue 74

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

Shades of Watercourse #01694A

Tints of Watercourse #01694A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 58.33%

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

R = 0.56%
G = 58.33%
B = 41.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#01694A (or 0x01694A) is known color: Watercourse. HEX triplet: 01, 69 and 4A. RGB value is (1,105,74). Sum of RGB (Red+Green+Blue) = 1+105+74=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 105 (41.41% from 255 or 58.33% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 105 - color contains mainly: green. Hex color #01694A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01694A is #FE96B5. Grayscale: #464646. Windows color (decimal): -16684726 or 4876545. OLE color: 4876545.

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

Color convert

RGB 1 105 74 -
CMYK 0.99 0 0.30 0.59
HSL 162.12º 0.98% 0.21% -
HSV(B) 162.12º 0.99% 0.41% -
XYZ 6.3 10.6 8.19 -
YUV 70.37 130.04 78.52 -
System Red Green Blue C M Y K H S L
Decimal 1 105 74 0.99 0 0.30 0.59 162.12 0.98 0.21
Hex 1 69 4A 63 0 1E 3B A2 62 15
Octal 1 151 112 143 0 36 73 242 142 25
Binary 1 1101001 1001010 1100011 0 11110 111011 10100010 1100010 10101

Color Harmonies of #01694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01694A

Black with #01694A

Text Example


Text Example

White with #01694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01694A; }

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

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

background-color css

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

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

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

border-color css

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

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

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