Html Css Color HEX #106F42 Jewel

📋 copy color: '#106F42'

red 16 ◦ green 111 ◦ blue 66

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

Shades of Jewel #106F42

Tints of Jewel #106F42

RGB

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

 GREEN value IS 111 (43.75% from 255) = 57.51%

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

R = 8.29%
G = 57.51%
B = 34.2%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#106F42 (or 0x106F42) is known color: Jewel. HEX triplet: 10, 6F and 42. RGB value is (16,111,66). Sum of RGB (Red+Green+Blue) = 16+111+66=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 111 (43.75% from 255 or 57.51% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 111 - color contains mainly: green. Hex color #106F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106F42 is #EF90BD. Grayscale: #4D4D4D. Windows color (decimal): -15700158 or 4353808. OLE color: 4353808.

HSL color Cylindrical-coordinate representation of color #106F42: hue angle of 151.58º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106F42 is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 111 66 -
CMYK 0.86 0 0.41 0.56
HSL 151.58º 0.75% 0.25% -
HSV(B) 151.58º 0.86% 0.44% -
XYZ 6.88 11.87 7.08 -
YUV 77.47 121.53 84.16 -
System Red Green Blue C M Y K H S L
Decimal 16 111 66 0.86 0 0.41 0.56 151.58 0.75 0.25
Hex 10 6F 42 56 0 29 38 98 4B 19
Octal 20 157 102 126 0 51 70 230 113 31
Binary 10000 1101111 1000010 1010110 0 101001 111000 10011000 1001011 11001

Color Harmonies of #106F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106F42

Black with #106F42

Text Example


Text Example

White with #106F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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