Html Css Color HEX #01694B Watercourse

📋 copy color: '#01694B'

red 1 ◦ green 105 ◦ blue 75

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

Shades of Watercourse #01694B

Tints of Watercourse #01694B

RGB

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

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

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

R = 0.55%
G = 58.01%
B = 41.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#01694B (or 0x01694B) is known color: Watercourse. HEX triplet: 01, 69 and 4B. RGB value is (1,105,75). Sum of RGB (Red+Green+Blue) = 1+105+75=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 105 (41.41% from 255 or 58.01% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 105 - color contains mainly: green. Hex color #01694B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01694B is #FE96B4. Grayscale: #464646. Windows color (decimal): -16684725 or 4942081. OLE color: 4942081.

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

Color convert

RGB 1 105 75 -
CMYK 0.99 0 0.29 0.59
HSL 162.69º 0.98% 0.21% -
HSV(B) 162.69º 0.99% 0.41% -
XYZ 6.33 10.62 8.37 -
YUV 70.48 130.54 78.44 -
System Red Green Blue C M Y K H S L
Decimal 1 105 75 0.99 0 0.29 0.59 162.69 0.98 0.21
Hex 1 69 4B 63 0 1D 3B A3 62 15
Octal 1 151 113 143 0 35 73 243 142 25
Binary 1 1101001 1001011 1100011 0 11101 111011 10100011 1100010 10101

Color Harmonies of #01694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01694B

Black with #01694B

Text Example


Text Example

White with #01694B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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