Html Css Color HEX #106342 Jewel

📋 copy color: '#106342'

red 16 ◦ green 99 ◦ blue 66

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

Shades of Jewel #106342

Tints of Jewel #106342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 54.7%

 BLUE value IS 66 (26.17% from 255) = 36.46%

R = 8.84%
G = 54.7%
B = 36.46%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#106342 (or 0x106342) is known color: Jewel. HEX triplet: 10, 63 and 42. RGB value is (16,99,66). Sum of RGB (Red+Green+Blue) = 16+99+66=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 99 (39.06% from 255 or 54.70% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 99 - color contains mainly: green. Hex color #106342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106342 is #EF9CBD. Grayscale: #464646. Windows color (decimal): -15703230 or 4350736. OLE color: 4350736.

HSL color Cylindrical-coordinate representation of color #106342: hue angle of 156.14º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106342 is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB 16 99 66 -
CMYK 0.84 0 0.33 0.61
HSL 156.14º 0.72% 0.23% -
HSV(B) 156.14º 0.84% 0.39% -
XYZ 5.66 9.43 6.68 -
YUV 70.42 125.5 89.18 -
System Red Green Blue C M Y K H S L
Decimal 16 99 66 0.84 0 0.33 0.61 156.14 0.72 0.23
Hex 10 63 42 54 0 21 3D 9C 48 17
Octal 20 143 102 124 0 41 75 234 110 27
Binary 10000 1100011 1000010 1010100 0 100001 111101 10011100 1001000 10111

Color Harmonies of #106342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106342

Black with #106342

Text Example


Text Example

White with #106342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106342; }

 p { color: rgb(16,99,66); }

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

background-color css

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

 a { background-color: rgb(16,99,66); }

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

border-color css

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

 span { border-color: rgb(16,99,66); }

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