Html Css Color HEX #117153 Watercourse

📋 copy color: '#117153'

red 17 ◦ green 113 ◦ blue 83

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

Shades of Watercourse #117153

Tints of Watercourse #117153

RGB

 RED value IS 17 (7.03% from 255) = 7.98%

 GREEN value IS 113 (44.53% from 255) = 53.05%

 BLUE value IS 83 (32.81% from 255) = 38.97%

R = 7.98%
G = 53.05%
B = 38.97%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#117153 (or 0x117153) is known color: Watercourse. HEX triplet: 11, 71 and 53. RGB value is (17,113,83). Sum of RGB (Red+Green+Blue) = 17+113+83=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #117153 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117153 is #EE8EAC. Grayscale: #505050. Windows color (decimal): -15634093 or 5468433. OLE color: 5468433.

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

Color convert

RGB 17 113 83 -
CMYK 0.85 0 0.27 0.56
HSL 161.25º 0.74% 0.25% -
HSV(B) 161.25º 0.85% 0.44% -
XYZ 7.7 12.55 10.2 -
YUV 80.88 129.2 82.44 -
System Red Green Blue C M Y K H S L
Decimal 17 113 83 0.85 0 0.27 0.56 161.25 0.74 0.25
Hex 11 71 53 55 0 1B 38 A1 4A 19
Octal 21 161 123 125 0 33 70 241 112 31
Binary 10001 1110001 1010011 1010101 0 11011 111000 10100001 1001010 11001

Color Harmonies of #117153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117153

Black with #117153

Text Example


Text Example

White with #117153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117153; }

 p { color: rgb(17,113,83); }

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

background-color css

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

 a { background-color: rgb(17,113,83); }

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

border-color css

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

 span { border-color: rgb(17,113,83); }

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