Html Css Color HEX #106240 Jewel

📋 copy color: '#106240'

red 16 ◦ green 98 ◦ blue 64

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

Shades of Jewel #106240

Tints of Jewel #106240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 35.96%

R = 8.99%
G = 55.06%
B = 35.96%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#106240 (or 0x106240) is known color: Jewel. HEX triplet: 10, 62 and 40. RGB value is (16,98,64). Sum of RGB (Red+Green+Blue) = 16+98+64=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 98 (38.67% from 255 or 55.06% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 98 - color contains mainly: green. Hex color #106240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106240 is #EF9DBF. Grayscale: #454545. Windows color (decimal): -15703488 or 4219408. OLE color: 4219408.

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

Color convert

RGB 16 98 64 -
CMYK 0.84 0 0.35 0.62
HSL 155.12º 0.72% 0.22% -
HSV(B) 155.12º 0.84% 0.38% -
XYZ 5.51 9.22 6.34 -
YUV 69.61 124.83 89.76 -
System Red Green Blue C M Y K H S L
Decimal 16 98 64 0.84 0 0.35 0.62 155.12 0.72 0.22
Hex 10 62 40 54 0 23 3E 9B 48 16
Octal 20 142 100 124 0 43 76 233 110 26
Binary 10000 1100010 1000000 1010100 0 100011 111110 10011011 1001000 10110

Color Harmonies of #106240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106240

Black with #106240

Text Example


Text Example

White with #106240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106240; }

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

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

background-color css

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

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

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

border-color css

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

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

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