#106744

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

Shades of Jewel #106744

Tints of Jewel #106744

Color information

#106744 (or 0x106744) is unknown color: approx Jewel. HEX triplet: 10, 67 and 44. RGB value is (16,103,68). Sum of RGB (Red+Green+Blue) = 16+103+68=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 103 (40.62% from 255 or 55.08% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 103 - color contains mainly: green. Hex color #106744 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106744 is #EF98BB. Grayscale: #494949. Windows color (decimal): -15702204 or 4482832. OLE color: 4482832.

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

Color convert

RGB1610368-
CMYK0.8400.340.60
HSL155.86º73.11%23.33%-
HSV(B)155.86º84.47%40.39%-
XYZ6.1110.237.12-
YUV73125.1887.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.56%
GREEN value IS 103 (40.62% from 255) = 55.08%
BLUE value IS 68 (26.95% from 255) = 36.36%
R=8.56%
G=55.08%
B=36.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16103680.8400.340.60155.8673.1123.33
Hex106744540223C9c4917
Octal201471041240427423411127
Binary10000110011110001001010100010001011110010011100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106744; }

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

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

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

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

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

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

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

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