#10664D

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

Shades of Jewel #10664D

Tints of Jewel #10664D

Color information

#10664D (or 0x10664D) is unknown color: approx Jewel. HEX triplet: 10, 66 and 4D. RGB value is (16,102,77). Sum of RGB (Red+Green+Blue) = 16+102+77=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 102 (40.23% from 255 or 52.31% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 102 - color contains mainly: green. Hex color #10664D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10664D is #EF99B2. Grayscale: #494949. Windows color (decimal): -15702451 or 5072400. OLE color: 5072400.

HSL color Cylindrical-coordinate representation of color #10664D: hue angle of 162.56º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10664D is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1610277-
CMYK0.8400.250.6
HSL162.56º72.88%23.14%-
HSV(B)162.56º84.31%40%-
XYZ6.310.158.65-
YUV73.44130.0187.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.21%
GREEN value IS 102 (40.23% from 255) = 52.31%
BLUE value IS 77 (30.47% from 255) = 39.49%
R=8.21%
G=52.31%
B=39.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16102770.8400.250.6162.5672.8823.14
Hex10664D540193Ca34917
Octal201461151240317424311127
Binary1000011001101001101101010001100111110010100011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10664D; }

 p { color: rgb(16,102,77); }

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

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

 a { background-color: rgb(16,102,77); }

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

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

 span { border-color: rgb(16,102,77); }

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