Html Css Color HEX #106940 Jewel

📋 copy color: '#106940'

red 16 ◦ green 105 ◦ blue 64

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

Shades of Jewel #106940

Tints of Jewel #106940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 56.76%

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

R = 8.65%
G = 56.76%
B = 34.59%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#106940 (or 0x106940) is known color: Jewel. HEX triplet: 10, 69 and 40. RGB value is (16,105,64). Sum of RGB (Red+Green+Blue) = 16+105+64=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 105 (41.41% from 255 or 56.76% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 105 - color contains mainly: green. Hex color #106940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106940 is #EF96BF. Grayscale: #494949. Windows color (decimal): -15701696 or 4221200. OLE color: 4221200.

HSL color Cylindrical-coordinate representation of color #106940: hue angle of 152.36º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106940 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 105 64 -
CMYK 0.85 0 0.39 0.59
HSL 152.36º 0.74% 0.24% -
HSV(B) 152.36º 0.85% 0.41% -
XYZ 6.19 10.58 6.57 -
YUV 73.72 122.51 86.83 -
System Red Green Blue C M Y K H S L
Decimal 16 105 64 0.85 0 0.39 0.59 152.36 0.74 0.24
Hex 10 69 40 55 0 27 3B 98 4A 18
Octal 20 151 100 125 0 47 73 230 112 30
Binary 10000 1101001 1000000 1010101 0 100111 111011 10011000 1001010 11000

Color Harmonies of #106940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106940

Black with #106940

Text Example


Text Example

White with #106940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106940; }

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

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

background-color css

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

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

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

border-color css

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

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

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