Html Css Color HEX #01754A Watercourse

📋 copy color: '#01754A'

red 1 ◦ green 117 ◦ blue 74

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

Shades of Watercourse #01754A

Tints of Watercourse #01754A

RGB

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

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

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

R = 0.52%
G = 60.94%
B = 38.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#01754A (or 0x01754A) is known color: Watercourse. HEX triplet: 01, 75 and 4A. RGB value is (1,117,74). Sum of RGB (Red+Green+Blue) = 1+117+74=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 117 (46.09% from 255 or 60.94% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 117 - color contains mainly: green. Hex color #01754A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01754A is #FE8AB5. Grayscale: #4D4D4D. Windows color (decimal): -16681654 or 4879617. OLE color: 4879617.

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

Color convert

RGB 1 117 74 -
CMYK 0.99 0 0.37 0.54
HSL 157.76º 0.98% 0.23% -
HSV(B) 157.76º 0.99% 0.46% -
XYZ 7.61 13.22 8.63 -
YUV 77.41 126.07 73.5 -
System Red Green Blue C M Y K H S L
Decimal 1 117 74 0.99 0 0.37 0.54 157.76 0.98 0.23
Hex 1 75 4A 63 0 25 36 9E 62 17
Octal 1 165 112 143 0 45 66 236 142 27
Binary 1 1110101 1001010 1100011 0 100101 110110 10011110 1100010 10111

Color Harmonies of #01754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01754A

Black with #01754A

Text Example


Text Example

White with #01754A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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