Html Css Color HEX #106141 Jewel

📋 copy color: '#106141'

red 16 ◦ green 97 ◦ blue 65

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

Shades of Jewel #106141

Tints of Jewel #106141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.52%

R = 8.99%
G = 54.49%
B = 36.52%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#106141 (or 0x106141) is known color: Jewel. HEX triplet: 10, 61 and 41. RGB value is (16,97,65). Sum of RGB (Red+Green+Blue) = 16+97+65=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 97 (38.28% from 255 or 54.49% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 97 - color contains mainly: green. Hex color #106141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106141 is #EF9EBE. Grayscale: #454545. Windows color (decimal): -15703743 or 4284688. OLE color: 4284688.

HSL color Cylindrical-coordinate representation of color #106141: hue angle of 156.3º 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 #106141 is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 97 65 -
CMYK 0.84 0 0.33 0.62
HSL 156.3º 0.72% 0.22% -
HSV(B) 156.3º 0.84% 0.38% -
XYZ 5.44 9.04 6.46 -
YUV 69.13 125.66 90.1 -
System Red Green Blue C M Y K H S L
Decimal 16 97 65 0.84 0 0.33 0.62 156.3 0.72 0.22
Hex 10 61 41 54 0 21 3E 9C 48 16
Octal 20 141 101 124 0 41 76 234 110 26
Binary 10000 1100001 1000001 1010100 0 100001 111110 10011100 1001000 10110

Color Harmonies of #106141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106141

Black with #106141

Text Example


Text Example

White with #106141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106141; }

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

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

background-color css

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

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

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

border-color css

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

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

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