Html Css Color HEX #017A4A Watercourse

📋 copy color: '#017A4A'

red 1 ◦ green 122 ◦ blue 74

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

Shades of Watercourse #017A4A

Tints of Watercourse #017A4A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 61.93%

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

R = 0.51%
G = 61.93%
B = 37.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#017A4A (or 0x017A4A) is known color: Watercourse. HEX triplet: 01, 7A and 4A. RGB value is (1,122,74). Sum of RGB (Red+Green+Blue) = 1+122+74=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 122 (48.05% from 255 or 61.93% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 122 - color contains mainly: green. Hex color #017A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017A4A is #FE85B5. Grayscale: #505050. Windows color (decimal): -16680374 or 4880897. OLE color: 4880897.

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

Color convert

RGB 1 122 74 -
CMYK 0.99 0 0.39 0.52
HSL 156.2º 0.98% 0.24% -
HSV(B) 156.2º 0.99% 0.48% -
XYZ 8.21 14.42 8.83 -
YUV 80.35 124.41 71.4 -
System Red Green Blue C M Y K H S L
Decimal 1 122 74 0.99 0 0.39 0.52 156.2 0.98 0.24
Hex 1 7A 4A 63 0 27 34 9C 62 18
Octal 1 172 112 143 0 47 64 234 142 30
Binary 1 1111010 1001010 1100011 0 100111 110100 10011100 1100010 11000

Color Harmonies of #017A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017A4A

Black with #017A4A

Text Example


Text Example

White with #017A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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