#10683E

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

Shades of Jewel #10683E

Tints of Jewel #10683E

Color information

#10683E (or 0x10683E) is unknown color: approx Jewel. HEX triplet: 10, 68 and 3E. RGB value is (16,104,62). Sum of RGB (Red+Green+Blue) = 16+104+62=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 104 (41.02% from 255 or 57.14% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 104 - color contains mainly: green. Hex color #10683E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10683E is #EF97C1. Grayscale: #484848. Windows color (decimal): -15701954 or 4089872. OLE color: 4089872.

HSL color Cylindrical-coordinate representation of color #10683E: hue angle of 151.36º 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 #10683E is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB1610462-
CMYK0.8500.400.59
HSL151.36º73.33%23.53%-
HSV(B)151.36º84.62%40.78%-
XYZ6.0310.366.24-
YUV72.9121.8587.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.79%
GREEN value IS 104 (41.02% from 255) = 57.14%
BLUE value IS 62 (24.61% from 255) = 34.07%
R=8.79%
G=57.14%
B=34.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16104620.8500.400.59151.3673.3323.53
Hex10683E550283B974918
Octal20150761250507322711130
Binary1000011010001111101010101010100011101110010111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10683E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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