Html Css Color HEX #01654B Watercourse

📋 copy color: '#01654B'

red 1 ◦ green 101 ◦ blue 75

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

Shades of Watercourse #01654B

Tints of Watercourse #01654B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 57.06%

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

R = 0.56%
G = 57.06%
B = 42.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#01654B (or 0x01654B) is known color: Watercourse. HEX triplet: 01, 65 and 4B. RGB value is (1,101,75). Sum of RGB (Red+Green+Blue) = 1+101+75=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 101 (39.84% from 255 or 57.06% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 101 - color contains mainly: green. Hex color #01654B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01654B is #FE9AB4. Grayscale: #444444. Windows color (decimal): -16685749 or 4941057. OLE color: 4941057.

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

Color convert

RGB 1 101 75 -
CMYK 0.99 0 0.26 0.60
HSL 164.4º 0.98% 0.2% -
HSV(B) 164.4º 0.99% 0.4% -
XYZ 5.94 9.82 8.24 -
YUV 68.14 131.87 80.11 -
System Red Green Blue C M Y K H S L
Decimal 1 101 75 0.99 0 0.26 0.60 164.4 0.98 0.2
Hex 1 65 4B 63 0 1A 3C A4 62 14
Octal 1 145 113 143 0 32 74 244 142 24
Binary 1 1100101 1001011 1100011 0 11010 111100 10100100 1100010 10100

Color Harmonies of #01654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01654B

Black with #01654B

Text Example


Text Example

White with #01654B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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