Html Css Color HEX #106142 Jewel

📋 copy color: '#106142'

red 16 ◦ green 97 ◦ blue 66

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

Shades of Jewel #106142

Tints of Jewel #106142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 54.19%

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

R = 8.94%
G = 54.19%
B = 36.87%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#106142 (or 0x106142) is known color: Jewel. HEX triplet: 10, 61 and 42. RGB value is (16,97,66). Sum of RGB (Red+Green+Blue) = 16+97+66=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 97 (38.28% from 255 or 54.19% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 97 - color contains mainly: green. Hex color #106142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106142 is #EF9EBD. Grayscale: #454545. Windows color (decimal): -15703742 or 4350224. OLE color: 4350224.

HSL color Cylindrical-coordinate representation of color #106142: hue angle of 157.04º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106142 is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 97 66 -
CMYK 0.84 0 0.32 0.62
HSL 157.04º 0.72% 0.22% -
HSV(B) 157.04º 0.84% 0.38% -
XYZ 5.47 9.05 6.61 -
YUV 69.25 126.16 90.02 -
System Red Green Blue C M Y K H S L
Decimal 16 97 66 0.84 0 0.32 0.62 157.04 0.72 0.22
Hex 10 61 42 54 0 20 3E 9D 48 16
Octal 20 141 102 124 0 40 76 235 110 26
Binary 10000 1100001 1000010 1010100 0 100000 111110 10011101 1001000 10110

Color Harmonies of #106142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106142

Black with #106142

Text Example


Text Example

White with #106142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106142; }

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

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

background-color css

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

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

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

border-color css

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

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

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