Html Css Color HEX #107255 Watercourse

📋 copy color: '#107255'

red 16 ◦ green 114 ◦ blue 85

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

Shades of Watercourse #107255

Tints of Watercourse #107255

RGB

 RED value IS 16 (6.64% from 255) = 7.44%

 GREEN value IS 114 (44.92% from 255) = 53.02%

 BLUE value IS 85 (33.59% from 255) = 39.53%

R = 7.44%
G = 53.02%
B = 39.53%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#107255 (or 0x107255) is known color: Watercourse. HEX triplet: 10, 72 and 55. RGB value is (16,114,85). Sum of RGB (Red+Green+Blue) = 16+114+85=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #107255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107255 is #EF8DAA. Grayscale: #515151. Windows color (decimal): -15699371 or 5599760. OLE color: 5599760.

HSL color Cylindrical-coordinate representation of color #107255: hue angle of 162.24º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107255 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 114 85 -
CMYK 0.86 0 0.25 0.55
HSL 162.24º 0.75% 0.25% -
HSV(B) 162.24º 0.86% 0.45% -
XYZ 7.87 12.8 10.65 -
YUV 81.39 130.03 81.36 -
System Red Green Blue C M Y K H S L
Decimal 16 114 85 0.86 0 0.25 0.55 162.24 0.75 0.25
Hex 10 72 55 56 0 19 37 A2 4B 19
Octal 20 162 125 126 0 31 67 242 113 31
Binary 10000 1110010 1010101 1010110 0 11001 110111 10100010 1001011 11001

Color Harmonies of #107255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107255

Black with #107255

Text Example


Text Example

White with #107255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107255; }

 p { color: rgb(16,114,85); }

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

background-color css

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

 a { background-color: rgb(16,114,85); }

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

border-color css

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

 span { border-color: rgb(16,114,85); }

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