Html Css Color HEX #106642 Jewel

📋 copy color: '#106642'

red 16 ◦ green 102 ◦ blue 66

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

Shades of Jewel #106642

Tints of Jewel #106642

RGB

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

 GREEN value IS 102 (40.23% from 255) = 55.43%

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

R = 8.7%
G = 55.43%
B = 35.87%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#106642 (or 0x106642) is known color: Jewel. HEX triplet: 10, 66 and 42. RGB value is (16,102,66). Sum of RGB (Red+Green+Blue) = 16+102+66=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 102 (40.23% from 255 or 55.43% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 102 - color contains mainly: green. Hex color #106642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106642 is #EF99BD. Grayscale: #484848. Windows color (decimal): -15702462 or 4351504. OLE color: 4351504.

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

Color convert

RGB 16 102 66 -
CMYK 0.84 0 0.35 0.6
HSL 154.88º 0.73% 0.23% -
HSV(B) 154.88º 0.84% 0.4% -
XYZ 5.95 10.01 6.77 -
YUV 72.18 124.51 87.93 -
System Red Green Blue C M Y K H S L
Decimal 16 102 66 0.84 0 0.35 0.6 154.88 0.73 0.23
Hex 10 66 42 54 0 23 3C 9B 49 17
Octal 20 146 102 124 0 43 74 233 111 27
Binary 10000 1100110 1000010 1010100 0 100011 111100 10011011 1001001 10111

Color Harmonies of #106642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106642

Black with #106642

Text Example


Text Example

White with #106642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106642; }

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

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

background-color css

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

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

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

border-color css

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

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

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