Html Css Color HEX #106740 Jewel

📋 copy color: '#106740'

red 16 ◦ green 103 ◦ blue 64

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

Shades of Jewel #106740

Tints of Jewel #106740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 56.28%

 BLUE value IS 64 (25.39% from 255) = 34.97%

R = 8.74%
G = 56.28%
B = 34.97%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#106740 (or 0x106740) is known color: Jewel. HEX triplet: 10, 67 and 40. RGB value is (16,103,64). Sum of RGB (Red+Green+Blue) = 16+103+64=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 103 (40.62% from 255 or 56.28% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 103 - color contains mainly: green. Hex color #106740 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106740 is #EF98BF. Grayscale: #484848. Windows color (decimal): -15702208 or 4220688. OLE color: 4220688.

HSL color Cylindrical-coordinate representation of color #106740: hue angle of 153.1º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106740 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB 16 103 64 -
CMYK 0.84 0 0.38 0.60
HSL 153.1º 0.73% 0.23% -
HSV(B) 153.1º 0.84% 0.4% -
XYZ 5.99 10.18 6.5 -
YUV 72.54 123.18 87.67 -
System Red Green Blue C M Y K H S L
Decimal 16 103 64 0.84 0 0.38 0.60 153.1 0.73 0.23
Hex 10 67 40 54 0 26 3C 99 49 17
Octal 20 147 100 124 0 46 74 231 111 27
Binary 10000 1100111 1000000 1010100 0 100110 111100 10011001 1001001 10111

Color Harmonies of #106740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106740

Black with #106740

Text Example


Text Example

White with #106740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106740; }

 p { color: rgb(16,103,64); }

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

background-color css

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

 a { background-color: rgb(16,103,64); }

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

border-color css

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

 span { border-color: rgb(16,103,64); }

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