#10614A

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

Shades of Jewel #10614A

Tints of Jewel #10614A

Color information

#10614A (or 0x10614A) is unknown color: approx Jewel. HEX triplet: 10, 61 and 4A. RGB value is (16,97,74). Sum of RGB (Red+Green+Blue) = 16+97+74=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #10614A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10614A is #EF9EB5. Grayscale: #464646. Windows color (decimal): -15703734 or 4874512. OLE color: 4874512.

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

Color convert

RGB169774-
CMYK0.8400.240.62
HSL162.96º71.68%22.16%-
HSV(B)162.96º83.51%38.04%-
XYZ5.729.157.94-
YUV70.16130.1689.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.56%
GREEN value IS 97 (38.28% from 255) = 51.87%
BLUE value IS 74 (29.30% from 255) = 39.57%
R=8.56%
G=51.87%
B=39.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1697740.8400.240.62162.9671.6822.16
Hex10614A540183Ea34816
Octal201411121240307624311026
Binary1000011000011001010101010001100011111010100011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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