Html Css Color HEX #126951 Watercourse

📋 copy color: '#126951'

red 18 ◦ green 105 ◦ blue 81

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

Shades of Watercourse #126951

Tints of Watercourse #126951

RGB

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

 GREEN value IS 105 (41.41% from 255) = 51.47%

 BLUE value IS 81 (32.03% from 255) = 39.71%

R = 8.82%
G = 51.47%
B = 39.71%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#126951 (or 0x126951) is known color: Watercourse. HEX triplet: 12, 69 and 51. RGB value is (18,105,81). Sum of RGB (Red+Green+Blue) = 18+105+81=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 105 (41.41% from 255 or 51.47% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 105 - color contains mainly: green. Hex color #126951 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126951 is #ED96AE. Grayscale: #4C4C4C. Windows color (decimal): -15570607 or 5335314. OLE color: 5335314.

HSL color Cylindrical-coordinate representation of color #126951: hue angle of 163.45º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126951 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 105 81 -
CMYK 0.83 0 0.23 0.59
HSL 163.45º 0.71% 0.24% -
HSV(B) 163.45º 0.83% 0.41% -
XYZ 6.79 10.83 9.52 -
YUV 76.25 130.68 86.45 -
System Red Green Blue C M Y K H S L
Decimal 18 105 81 0.83 0 0.23 0.59 163.45 0.71 0.24
Hex 12 69 51 53 0 17 3B A3 47 18
Octal 22 151 121 123 0 27 73 243 107 30
Binary 10010 1101001 1010001 1010011 0 10111 111011 10100011 1000111 11000

Color Harmonies of #126951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126951

Black with #126951

Text Example


Text Example

White with #126951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126951; }

 p { color: rgb(18,105,81); }

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

background-color css

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

 a { background-color: rgb(18,105,81); }

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

border-color css

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

 span { border-color: rgb(18,105,81); }

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