Html Css Color HEX #017B4A Watercourse

📋 copy color: '#017B4A'

red 1 ◦ green 123 ◦ blue 74

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

Shades of Watercourse #017B4A

Tints of Watercourse #017B4A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 62.12%

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

R = 0.51%
G = 62.12%
B = 37.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#017B4A (or 0x017B4A) is known color: Watercourse. HEX triplet: 01, 7B and 4A. RGB value is (1,123,74). Sum of RGB (Red+Green+Blue) = 1+123+74=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 123 (48.44% from 255 or 62.12% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 123 - color contains mainly: green. Hex color #017B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017B4A is #FE84B5. Grayscale: #515151. Windows color (decimal): -16680118 or 4881153. OLE color: 4881153.

HSL color Cylindrical-coordinate representation of color #017B4A: hue angle of 155.9º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017B4A is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 123 74 -
CMYK 0.99 0 0.40 0.52
HSL 155.9º 0.98% 0.24% -
HSV(B) 155.9º 0.99% 0.48% -
XYZ 8.33 14.67 8.87 -
YUV 80.94 124.08 70.98 -
System Red Green Blue C M Y K H S L
Decimal 1 123 74 0.99 0 0.40 0.52 155.9 0.98 0.24
Hex 1 7B 4A 63 0 28 34 9C 62 18
Octal 1 173 112 143 0 50 64 234 142 30
Binary 1 1111011 1001010 1100011 0 101000 110100 10011100 1100010 11000

Color Harmonies of #017B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017B4A

Black with #017B4A

Text Example


Text Example

White with #017B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017B4A; }

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

 H1.HeaderClassName
 {
   color: #017B4A;
 }
 .AnyTagClassName
 {
   color: #017B4A;
 }
</style>

background-color css

<style>
 a { background-color: #017B4A; }

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

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

border-color css

<style>
 span { border-color: #017B4A; }

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

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