Html Css Color HEX #106746 Jewel

📋 copy color: '#106746'

red 16 ◦ green 103 ◦ blue 70

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

Shades of Jewel #106746

Tints of Jewel #106746

RGB

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

 GREEN value IS 103 (40.63% from 255) = 54.5%

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

R = 8.47%
G = 54.5%
B = 37.04%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.32

 K value IS 0.60

RGB Variations

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

Color information

#106746 (or 0x106746) is known color: Jewel. HEX triplet: 10, 67 and 46. RGB value is (16,103,70). Sum of RGB (Red+Green+Blue) = 16+103+70=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 103 (40.62% from 255 or 54.50% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 103 - color contains mainly: green. Hex color #106746 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106746 is #EF98B9. Grayscale: #494949. Windows color (decimal): -15702202 or 4613904. OLE color: 4613904.

HSL color Cylindrical-coordinate representation of color #106746: hue angle of 157.24º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106746 is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.60.

Color convert

RGB 16 103 70 -
CMYK 0.84 0 0.32 0.60
HSL 157.24º 0.73% 0.23% -
HSV(B) 157.24º 0.84% 0.4% -
XYZ 6.17 10.25 7.45 -
YUV 73.23 126.18 87.18 -
System Red Green Blue C M Y K H S L
Decimal 16 103 70 0.84 0 0.32 0.60 157.24 0.73 0.23
Hex 10 67 46 54 0 20 3C 9D 49 17
Octal 20 147 106 124 0 40 74 235 111 27
Binary 10000 1100111 1000110 1010100 0 100000 111100 10011101 1001001 10111

Color Harmonies of #106746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106746

Black with #106746

Text Example


Text Example

White with #106746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106746; }

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

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

background-color css

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

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

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

border-color css

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

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

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