#10614C

Color #10614C Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #10614C

Tints of Jewel #10614C

Color information

#10614C (or 0x10614C) is unknown color: approx Jewel. HEX triplet: 10, 61 and 4C. RGB value is (16,97,76). Sum of RGB (Red+Green+Blue) = 16+97+76=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #10614C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10614C is #EF9EB3. Grayscale: #464646. Windows color (decimal): -15703732 or 5005584. OLE color: 5005584.

HSL color Cylindrical-coordinate representation of color #10614C: hue angle of 164.44º 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 #10614C is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB169776-
CMYK0.8400.220.62
HSL164.44º71.68%22.16%-
HSV(B)164.44º83.51%38.04%-
XYZ5.799.188.3-
YUV70.39131.1689.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.47%
GREEN value IS 97 (38.28% from 255) = 51.32%
BLUE value IS 76 (30.08% from 255) = 40.21%
R=8.47%
G=51.32%
B=40.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1697760.8400.220.62164.4471.6822.16
Hex10614C540163Ea44816
Octal201411141240267624411026
Binary1000011000011001100101010001011011111010100100100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #10614C;
 }
 .AnyTagClassName
 {
   color: #10614C;
 }
</style>
background-color css

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

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

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

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

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

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