Html Css Color HEX #106947 Jewel

📋 copy color: '#106947'

red 16 ◦ green 105 ◦ blue 71

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

Shades of Jewel #106947

Tints of Jewel #106947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 36.98%

R = 8.33%
G = 54.69%
B = 36.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#106947 (or 0x106947) is known color: Jewel. HEX triplet: 10, 69 and 47. RGB value is (16,105,71). Sum of RGB (Red+Green+Blue) = 16+105+71=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 105 (41.41% from 255 or 54.69% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 105 - color contains mainly: green. Hex color #106947 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106947 is #EF96B8. Grayscale: #4A4A4A. Windows color (decimal): -15701689 or 4679952. OLE color: 4679952.

HSL color Cylindrical-coordinate representation of color #106947: hue angle of 157.08º 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 #106947 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 105 71 -
CMYK 0.85 0 0.32 0.59
HSL 157.08º 0.74% 0.24% -
HSV(B) 157.08º 0.85% 0.41% -
XYZ 6.4 10.67 7.68 -
YUV 74.51 126.01 86.26 -
System Red Green Blue C M Y K H S L
Decimal 16 105 71 0.85 0 0.32 0.59 157.08 0.74 0.24
Hex 10 69 47 55 0 20 3B 9D 4A 18
Octal 20 151 107 125 0 40 73 235 112 30
Binary 10000 1101001 1000111 1010101 0 100000 111011 10011101 1001010 11000

Color Harmonies of #106947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106947

Black with #106947

Text Example


Text Example

White with #106947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106947; }

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

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

background-color css

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

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

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

border-color css

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

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

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