Html Css Color HEX #106246 Jewel

📋 copy color: '#106246'

red 16 ◦ green 98 ◦ blue 70

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

Shades of Jewel #106246

Tints of Jewel #106246

RGB

 RED value IS 16 (6.64% from 255) = 8.7%

 GREEN value IS 98 (38.67% from 255) = 53.26%

 BLUE value IS 70 (27.73% from 255) = 38.04%

R = 8.7%
G = 53.26%
B = 38.04%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#106246 (or 0x106246) is known color: Jewel. HEX triplet: 10, 62 and 46. RGB value is (16,98,70). Sum of RGB (Red+Green+Blue) = 16+98+70=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #106246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106246 is #EF9DB9. Grayscale: #464646. Windows color (decimal): -15703482 or 4612624. OLE color: 4612624.

HSL color Cylindrical-coordinate representation of color #106246: hue angle of 159.51º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106246 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 98 70 -
CMYK 0.84 0 0.29 0.62
HSL 159.51º 0.72% 0.22% -
HSV(B) 159.51º 0.84% 0.38% -
XYZ 5.69 9.29 7.29 -
YUV 70.29 127.83 89.28 -
System Red Green Blue C M Y K H S L
Decimal 16 98 70 0.84 0 0.29 0.62 159.51 0.72 0.22
Hex 10 62 46 54 0 1D 3E A0 48 16
Octal 20 142 106 124 0 35 76 240 110 26
Binary 10000 1100010 1000110 1010100 0 11101 111110 10100000 1001000 10110

Color Harmonies of #106246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106246

Black with #106246

Text Example


Text Example

White with #106246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106246; }

 p { color: rgb(16,98,70); }

 H1.HeaderClassName
 {
   color: #106246;
 }
 .AnyTagClassName
 {
   color: #106246;
 }
</style>

background-color css

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

 a { background-color: rgb(16,98,70); }

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

border-color css

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

 span { border-color: rgb(16,98,70); }

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