Html Css Color HEX #106249 Jewel

📋 copy color: '#106249'

red 16 ◦ green 98 ◦ blue 73

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

Shades of Jewel #106249

Tints of Jewel #106249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 39.04%

R = 8.56%
G = 52.41%
B = 39.04%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#106249 (or 0x106249) is known color: Jewel. HEX triplet: 10, 62 and 49. RGB value is (16,98,73). Sum of RGB (Red+Green+Blue) = 16+98+73=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #106249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106249 is #EF9DB6. Grayscale: #464646. Windows color (decimal): -15703479 or 4809232. OLE color: 4809232.

HSL color Cylindrical-coordinate representation of color #106249: hue angle of 161.71º 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 #106249 is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 98 73 -
CMYK 0.84 0 0.26 0.62
HSL 161.71º 0.72% 0.22% -
HSV(B) 161.71º 0.84% 0.38% -
XYZ 5.78 9.33 7.8 -
YUV 70.63 129.33 89.03 -
System Red Green Blue C M Y K H S L
Decimal 16 98 73 0.84 0 0.26 0.62 161.71 0.72 0.22
Hex 10 62 49 54 0 1A 3E A2 48 16
Octal 20 142 111 124 0 32 76 242 110 26
Binary 10000 1100010 1001001 1010100 0 11010 111110 10100010 1001000 10110

Color Harmonies of #106249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106249

Black with #106249

Text Example


Text Example

White with #106249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106249; }

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

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

background-color css

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

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

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

border-color css

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

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

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