Html Css Color HEX #106842 Jewel

📋 copy color: '#106842'

red 16 ◦ green 104 ◦ blue 66

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

Shades of Jewel #106842

Tints of Jewel #106842

RGB

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

 GREEN value IS 104 (41.02% from 255) = 55.91%

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

R = 8.6%
G = 55.91%
B = 35.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#106842 (or 0x106842) is known color: Jewel. HEX triplet: 10, 68 and 42. RGB value is (16,104,66). Sum of RGB (Red+Green+Blue) = 16+104+66=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #106842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106842 is #EF97BD. Grayscale: #494949. Windows color (decimal): -15701950 or 4352016. OLE color: 4352016.

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

Color convert

RGB 16 104 66 -
CMYK 0.85 0 0.37 0.59
HSL 154.09º 0.73% 0.24% -
HSV(B) 154.09º 0.85% 0.41% -
XYZ 6.15 10.4 6.84 -
YUV 73.36 123.85 87.09 -
System Red Green Blue C M Y K H S L
Decimal 16 104 66 0.85 0 0.37 0.59 154.09 0.73 0.24
Hex 10 68 42 55 0 25 3B 9A 49 18
Octal 20 150 102 125 0 45 73 232 111 30
Binary 10000 1101000 1000010 1010101 0 100101 111011 10011010 1001001 11000

Color Harmonies of #106842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106842

Black with #106842

Text Example


Text Example

White with #106842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106842; }

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

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

background-color css

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

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

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

border-color css

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

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

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