#017B4B

Color #017B4B Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #017B4B

Tints of Watercourse #017B4B

Color information

#017B4B (or 0x017B4B) is unknown color: approx Watercourse. HEX triplet: 01, 7B and 4B. RGB value is (1,123,75). Sum of RGB (Red+Green+Blue) = 1+123+75=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 123 (48.44% from 255 or 61.81% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 123 - color contains mainly: green. Hex color #017B4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017B4B is #FE84B4. Grayscale: #515151. Windows color (decimal): -16680117 or 4946689. OLE color: 4946689.

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

Color convert

RGB112375-
CMYK0.9900.390.52
HSL156.39º98.39%24.31%-
HSV(B)156.39º99.19%48.24%-
XYZ8.3714.689.05-
YUV81.05124.5870.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 123 (48.44% from 255) = 61.81%
BLUE value IS 75 (29.69% from 255) = 37.69%
R=0.50%
G=61.81%
B=37.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1123750.9900.390.52156.3998.3924.31
Hex17B4B63027349c6218
Octal11731131430476423414230
Binary1111101110010111100011010011111010010011100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #017B4B;
 }
 .AnyTagClassName
 {
   color: #017B4B;
 }
</style>
background-color css

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

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

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

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

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

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