#106748

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

Shades of Jewel #106748

Tints of Jewel #106748

Color information

#106748 (or 0x106748) is unknown color: approx Jewel. HEX triplet: 10, 67 and 48. RGB value is (16,103,72). Sum of RGB (Red+Green+Blue) = 16+103+72=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 103 (40.62% from 255 or 53.93% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 103 - color contains mainly: green. Hex color #106748 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106748 is #EF98B7. Grayscale: #494949. Windows color (decimal): -15702200 or 4744976. OLE color: 4744976.

HSL color Cylindrical-coordinate representation of color #106748: hue angle of 158.62º 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 #106748 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB1610372-
CMYK0.8400.300.60
HSL158.62º73.11%23.33%-
HSV(B)158.62º84.47%40.39%-
XYZ6.2310.287.79-
YUV73.45127.1887.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.38%
GREEN value IS 103 (40.62% from 255) = 53.93%
BLUE value IS 72 (28.52% from 255) = 37.70%
R=8.38%
G=53.93%
B=37.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16103720.8400.300.60158.6273.1123.33
Hex1067485401E3C9f4917
Octal201471101240367423711127
Binary1000011001111001000101010001111011110010011111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106748; }

 p { color: rgb(16,103,72); }

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

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

 a { background-color: rgb(16,103,72); }

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

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

 span { border-color: rgb(16,103,72); }

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