#10896B

Color #10896B Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #10896B

Tints of Elf Green #10896B

Color information

#10896B (or 0x10896B) is unknown color: approx Elf Green. HEX triplet: 10, 89 and 6B. RGB value is (16,137,107). Sum of RGB (Red+Green+Blue) = 16+137+107=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 137 (53.91% from 255 or 52.69% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 137 - color contains mainly: green. Hex color #10896B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10896B is #EF7694. Grayscale: #616161. Windows color (decimal): -15693461 or 7047440. OLE color: 7047440.

HSL color Cylindrical-coordinate representation of color #10896B: hue angle of 165.12º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10896B is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB16137107-
CMYK0.8800.220.46
HSL165.12º79.08%30%-
HSV(B)165.12º88.32%53.73%-
XYZ11.8119.0616.97-
YUV97.4133.4169.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.15%
GREEN value IS 137 (53.91% from 255) = 52.69%
BLUE value IS 107 (42.19% from 255) = 41.15%
R=6.15%
G=52.69%
B=41.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal161371070.8800.220.46165.1279.0830
Hex10896B580162Ea54f1e
Octal202111531300265624511736
Binary10000100010011101011101100001011010111010100101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10896B; }

 p { color: rgb(16,137,107); }

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

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

 a { background-color: rgb(16,137,107); }

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

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

 span { border-color: rgb(16,137,107); }

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