Html Css Color HEX #10614F Watercourse

📋 copy color: '#10614F'

red 16 ◦ green 97 ◦ blue 79

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

Shades of Watercourse #10614F

Tints of Watercourse #10614F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50.52%

 BLUE value IS 79 (31.25% from 255) = 41.15%

R = 8.33%
G = 50.52%
B = 41.15%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#10614F (or 0x10614F) is known color: Watercourse. HEX triplet: 10, 61 and 4F. RGB value is (16,97,79). Sum of RGB (Red+Green+Blue) = 16+97+79=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #10614F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10614F is #EF9EB0. Grayscale: #464646. Windows color (decimal): -15703729 or 5202192. OLE color: 5202192.

HSL color Cylindrical-coordinate representation of color #10614F: hue angle of 166.67º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10614F is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 97 79 -
CMYK 0.84 0 0.19 0.62
HSL 166.67º 0.72% 0.22% -
HSV(B) 166.67º 0.84% 0.38% -
XYZ 5.9 9.22 8.87 -
YUV 70.73 132.66 88.96 -
System Red Green Blue C M Y K H S L
Decimal 16 97 79 0.84 0 0.19 0.62 166.67 0.72 0.22
Hex 10 61 4F 54 0 13 3E A7 48 16
Octal 20 141 117 124 0 23 76 247 110 26
Binary 10000 1100001 1001111 1010100 0 10011 111110 10100111 1001000 10110

Color Harmonies of #10614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10614F

Black with #10614F

Text Example


Text Example

White with #10614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10614F; }

 p { color: rgb(16,97,79); }

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

background-color css

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

 a { background-color: rgb(16,97,79); }

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

border-color css

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

 span { border-color: rgb(16,97,79); }

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