Html Css Color HEX #126752 Watercourse

📋 copy color: '#126752'

red 18 ◦ green 103 ◦ blue 82

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

Shades of Watercourse #126752

Tints of Watercourse #126752

RGB

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

 GREEN value IS 103 (40.63% from 255) = 50.74%

 BLUE value IS 82 (32.42% from 255) = 40.39%

R = 8.87%
G = 50.74%
B = 40.39%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#126752 (or 0x126752) is known color: Watercourse. HEX triplet: 12, 67 and 52. RGB value is (18,103,82). Sum of RGB (Red+Green+Blue) = 18+103+82=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 103 (40.62% from 255 or 50.74% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 103 - color contains mainly: green. Hex color #126752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126752 is #ED98AD. Grayscale: #4B4B4B. Windows color (decimal): -15571118 or 5400338. OLE color: 5400338.

HSL color Cylindrical-coordinate representation of color #126752: hue angle of 165.18º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126752 is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 103 82 -
CMYK 0.83 0 0.20 0.60
HSL 165.18º 0.7% 0.24% -
HSV(B) 165.18º 0.83% 0.4% -
XYZ 6.62 10.44 9.65 -
YUV 75.19 131.84 87.21 -
System Red Green Blue C M Y K H S L
Decimal 18 103 82 0.83 0 0.20 0.60 165.18 0.7 0.24
Hex 12 67 52 53 0 14 3C A5 46 18
Octal 22 147 122 123 0 24 74 245 106 30
Binary 10010 1100111 1010010 1010011 0 10100 111100 10100101 1000110 11000

Color Harmonies of #126752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126752

Black with #126752

Text Example


Text Example

White with #126752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126752; }

 p { color: rgb(18,103,82); }

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

background-color css

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

 a { background-color: rgb(18,103,82); }

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

border-color css

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

 span { border-color: rgb(18,103,82); }

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