#10683F

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

Shades of Jewel #10683F

Tints of Jewel #10683F

Color information

#10683F (or 0x10683F) is unknown color: approx Jewel. HEX triplet: 10, 68 and 3F. RGB value is (16,104,63). Sum of RGB (Red+Green+Blue) = 16+104+63=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 104 (41.02% from 255 or 56.83% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 104 - color contains mainly: green. Hex color #10683F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10683F is #EF97C0. Grayscale: #494949. Windows color (decimal): -15701953 or 4155408. OLE color: 4155408.

HSL color Cylindrical-coordinate representation of color #10683F: hue angle of 152.05º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10683F is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1610463-
CMYK0.8500.390.59
HSL152.05º73.33%23.53%-
HSV(B)152.05º84.62%40.78%-
XYZ6.0610.376.38-
YUV73.01122.3587.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.74%
GREEN value IS 104 (41.02% from 255) = 56.83%
BLUE value IS 63 (25% from 255) = 34.43%
R=8.74%
G=56.83%
B=34.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16104630.8500.390.59152.0573.3323.53
Hex10683F550273B984918
Octal20150771250477323011130
Binary1000011010001111111010101010011111101110011000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10683F; }

 p { color: rgb(16,104,63); }

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

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

 a { background-color: rgb(16,104,63); }

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

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

 span { border-color: rgb(16,104,63); }

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