Html Css Color HEX #127056 Watercourse

📋 copy color: '#127056'

red 18 ◦ green 112 ◦ blue 86

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

Shades of Watercourse #127056

Tints of Watercourse #127056

RGB

 RED value IS 18 (7.42% from 255) = 8.33%

 GREEN value IS 112 (44.14% from 255) = 51.85%

 BLUE value IS 86 (33.98% from 255) = 39.81%

R = 8.33%
G = 51.85%
B = 39.81%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#127056 (or 0x127056) is known color: Watercourse. HEX triplet: 12, 70 and 56. RGB value is (18,112,86). Sum of RGB (Red+Green+Blue) = 18+112+86=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #127056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127056 is #ED8FA9. Grayscale: #505050. Windows color (decimal): -15568810 or 5664786. OLE color: 5664786.

HSL color Cylindrical-coordinate representation of color #127056: hue angle of 163.4º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127056 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 112 86 -
CMYK 0.84 0 0.23 0.56
HSL 163.4º 0.72% 0.25% -
HSV(B) 163.4º 0.84% 0.44% -
XYZ 7.72 12.39 10.79 -
YUV 80.93 130.86 83.11 -
System Red Green Blue C M Y K H S L
Decimal 18 112 86 0.84 0 0.23 0.56 163.4 0.72 0.25
Hex 12 70 56 54 0 17 38 A3 48 19
Octal 22 160 126 124 0 27 70 243 110 31
Binary 10010 1110000 1010110 1010100 0 10111 111000 10100011 1001000 11001

Color Harmonies of #127056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127056

Black with #127056

Text Example


Text Example

White with #127056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127056; }

 p { color: rgb(18,112,86); }

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

background-color css

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

 a { background-color: rgb(18,112,86); }

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

border-color css

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

 span { border-color: rgb(18,112,86); }

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