Html Css Color HEX #01754F Watercourse

📋 copy color: '#01754F'

red 1 ◦ green 117 ◦ blue 79

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

Shades of Watercourse #01754F

Tints of Watercourse #01754F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 59.39%

 BLUE value IS 79 (31.25% from 255) = 40.1%

R = 0.51%
G = 59.39%
B = 40.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#01754F (or 0x01754F) is known color: Watercourse. HEX triplet: 01, 75 and 4F. RGB value is (1,117,79). Sum of RGB (Red+Green+Blue) = 1+117+79=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 117 (46.09% from 255 or 59.39% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 117 - color contains mainly: green. Hex color #01754F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01754F is #FE8AB0. Grayscale: #4E4E4E. Windows color (decimal): -16681649 or 5207297. OLE color: 5207297.

HSL color Cylindrical-coordinate representation of color #01754F: hue angle of 160.34º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01754F is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 117 79 -
CMYK 0.99 0 0.32 0.54
HSL 160.34º 0.98% 0.23% -
HSV(B) 160.34º 0.99% 0.46% -
XYZ 7.79 13.29 9.55 -
YUV 77.98 128.57 73.09 -
System Red Green Blue C M Y K H S L
Decimal 1 117 79 0.99 0 0.32 0.54 160.34 0.98 0.23
Hex 1 75 4F 63 0 20 36 A0 62 17
Octal 1 165 117 143 0 40 66 240 142 27
Binary 1 1110101 1001111 1100011 0 100000 110110 10100000 1100010 10111

Color Harmonies of #01754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01754F

Black with #01754F

Text Example


Text Example

White with #01754F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01754F; }

 p { color: rgb(1,117,79); }

 H1.HeaderClassName
 {
   color: #01754F;
 }
 .AnyTagClassName
 {
   color: #01754F;
 }
</style>

background-color css

<style>
 a { background-color: #01754F; }

 a { background-color: rgb(1,117,79); }

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

border-color css

<style>
 span { border-color: #01754F; }

 span { border-color: rgb(1,117,79); }

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