Html Css Color HEX #017B42 Watercourse

📋 copy color: '#017B42'

red 1 ◦ green 123 ◦ blue 66

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

Shades of Watercourse #017B42

Tints of Watercourse #017B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.74%

R = 0.53%
G = 64.74%
B = 34.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.52

RGB Variations

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

Color information

#017B42 (or 0x017B42) is known color: Watercourse. HEX triplet: 01, 7B and 42. RGB value is (1,123,66). Sum of RGB (Red+Green+Blue) = 1+123+66=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 123 (48.44% from 255 or 64.74% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 123 - color contains mainly: green. Hex color #017B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017B42 is #FE84BD. Grayscale: #505050. Windows color (decimal): -16680126 or 4356865. OLE color: 4356865.

HSL color Cylindrical-coordinate representation of color #017B42: hue angle of 151.97º 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 #017B42 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 123 66 -
CMYK 0.99 0 0.46 0.52
HSL 151.97º 0.98% 0.24% -
HSV(B) 151.97º 0.99% 0.48% -
XYZ 8.08 14.57 7.54 -
YUV 80.02 120.08 71.63 -
System Red Green Blue C M Y K H S L
Decimal 1 123 66 0.99 0 0.46 0.52 151.97 0.98 0.24
Hex 1 7B 42 63 0 2E 34 98 62 18
Octal 1 173 102 143 0 56 64 230 142 30
Binary 1 1111011 1000010 1100011 0 101110 110100 10011000 1100010 11000

Color Harmonies of #017B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017B42

Black with #017B42

Text Example


Text Example

White with #017B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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