Html Css Color HEX #10896B Elf Green

📋 copy color: '#10896B'

red 16 ◦ green 137 ◦ blue 107

#10896B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #10896B

Tints of Elf Green #10896B

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 value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#10896B (or 0x10896B) is known color: 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

RGB 16 137 107 -
CMYK 0.88 0 0.22 0.46
HSL 165.12º 0.79% 0.3% -
HSV(B) 165.12º 0.88% 0.54% -
XYZ 11.81 19.06 16.97 -
YUV 97.4 133.41 69.94 -
System Red Green Blue C M Y K H S L
Decimal 16 137 107 0.88 0 0.22 0.46 165.12 0.79 0.3
Hex 10 89 6B 58 0 16 2E A5 4F 1E
Octal 20 211 153 130 0 26 56 245 117 36
Binary 10000 10001001 1101011 1011000 0 10110 101110 10100101 1001111 11110

Color Harmonies of #10896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10896B

Black with #10896B

Text Example


Text Example

White with #10896B

Text Example


Text Example

HTML Codes & Css Web 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>